Skip to content

Commit 1c9717b

Browse files
committed
remove gui.js
now that we are compiling from ccw/scratch-gui fork
1 parent fd076a7 commit 1c9717b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/gui.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ module.exports = {
145145
new CopyWebpackPlugin({
146146
patterns: [
147147
{ from: "public", to: "" },
148-
{ from: "src/gui.js", to: "" },
149148
{ from: "scratch/dist/main.js", to: "scratch.js" },
150149
// { from: "scratch/node_modules/scratch-gui/dist/static/blocks-media/default/*.svg", to: "static/blocks-media/default/[name][ext]" },
151150
// { from: "scratch/node_modules/scratch-gui/dist/static/blocks-media/high-contrast/*.svg", to: "static/blocks-media/high-contrast/[name][ext]" },

0 commit comments

Comments
 (0)