diff options
author | Indrajith K L | 2018-08-12 18:00:59 +0530 |
---|---|---|
committer | Indrajith K L | 2018-08-12 18:00:59 +0530 |
commit | 6204b26f6d87af68f758cd5a65fccc9b56e450b3 (patch) | |
tree | 0952e49cb8f56bc980c60f0b2750016dd4c2b487 /README.md | |
parent | 0193315dd52bf763d7b8f570039cd1771b2e725c (diff) | |
download | js13kgames-template-6204b26f6d87af68f758cd5a65fccc9b56e450b3.tar.gz js13kgames-template-6204b26f6d87af68f758cd5a65fccc9b56e450b3.tar.bz2 js13kgames-template-6204b26f6d87af68f758cd5a65fccc9b56e450b3.zip |
:books: Updates readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,10 +3,11 @@ A barebone template aimed for [js13kgames](js13kgames.com) ## This template includes * [Kontra](https://github.com/straker/kontra) * [TinyMusic](https://github.com/kevincennis/TinyMusic) +* [jsfxr](https://github.com/mneubrand/jsfxr) ## Features Integrated gulp build process for : -* Copying libs under node_modules folder to an distributable folder. +* ES6 Support * Minification * Final Zip file Compression * Shows final zip file size. @@ -14,7 +15,7 @@ Integrated gulp build process for : ## Usage ```bash -npm start # for development live reloading server +npm start # for development - live reloading server ``` ```bash npm release # for minification+zip (final output will be available on ./dist/archive.zip) |