diff options
author | Indrajith K L | 2018-08-12 02:37:22 +0530 |
---|---|---|
committer | Indrajith K L | 2018-08-12 02:37:22 +0530 |
commit | ddbf11efa3667f6db0f04e93e6ce8ddc17b73a52 (patch) | |
tree | 441d2ca965aefadd45181c25afb8b3d1426cf7e7 /README.md | |
download | js13kgames-template-ddbf11efa3667f6db0f04e93e6ce8ddc17b73a52.tar.gz js13kgames-template-ddbf11efa3667f6db0f04e93e6ce8ddc17b73a52.tar.bz2 js13kgames-template-ddbf11efa3667f6db0f04e93e6ce8ddc17b73a52.zip |
Initial Commmit:
Gulp Tasks for
* Copy libs to public folder
* Source Uglyfy + Copy
* Zip
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5c2639 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# js13kgames-template +A barebone template aimed for [js13kgames](js13kgames.com) +## This template includes +* [Kontra](https://github.com/straker/kontra) +* [TinyMusic](https://github.com/kevincennis/TinyMusic) + +## 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. + + +## Support me +[<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />](https://ko-fi.com/R6R36EBQ)
\ No newline at end of file |