751 B
751 B
js13kgames-template
A barebone template aimed for js13kgames
This template includes
Features
Integrated gulp build process for :
- Copying libs under node_modules folder to an distributable folder.
- Minification
- Final Zip file Compression
- Shows final zip file size.
Usage
npm start # for development
npm release # for minification+zip (final output will be available on ./dist/archive.zip)