BlocklyIO icon indicating copy to clipboard operation
BlocklyIO copied to clipboard

Bundle

Open tylergraf opened this issue 7 years ago • 3 comments

How are you creating the bundle? Would you be interested in moving to actual ES modules and using something like rollup or webpack for the bundling part?

tylergraf avatar Nov 29 '18 03:11 tylergraf

Same problem 😢

stevenjoezhang avatar Jan 15 '19 14:01 stevenjoezhang

I found the way to create bundle.js:

sudo npm install browserify -g
browserify game-client.js > public/bundle.js

stevenjoezhang avatar Jan 15 '19 15:01 stevenjoezhang

whoops my bad maybe I should document this a bit more clearly... I haven't been really maintaining this particular side project b/c i've been busy with a whole lot of other stuff. Sorry...

theKidOfArcrania avatar Jan 15 '19 19:01 theKidOfArcrania