From 6204b26f6d87af68f758cd5a65fccc9b56e450b3 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 12 Aug 2018 18:00:59 +0530 Subject: :books: Updates readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 357e5e3..e95c3b6 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3