Very messy code from the 51st Ludum Dare game jam, please don't judge :-)
- Setup:
npm i --dev
- Watch:
ls | entr npm run build
(requiresentr
, a file watcher / command runner) - Make a release:
rm -f build.zip && zip build.zip bundle.js bundle.js.map *.mp3 index.html *.png