diff options
author | Indrajith K L | 2018-08-13 10:47:12 +0530 |
---|---|---|
committer | Indrajith K L | 2018-08-13 10:48:18 +0530 |
commit | cc2cf2ddd45177c6ec6d15663eb84f99733944d3 (patch) | |
tree | 964af79ee3ab6a7df4bbf1cc5bc0381c89dd43bd | |
parent | 6204b26f6d87af68f758cd5a65fccc9b56e450b3 (diff) | |
download | js13kgames-template-cc2cf2ddd45177c6ec6d15663eb84f99733944d3.tar.gz js13kgames-template-cc2cf2ddd45177c6ec6d15663eb84f99733944d3.tar.bz2 js13kgames-template-cc2cf2ddd45177c6ec6d15663eb84f99733944d3.zip |
:books: fixed documentation for build process
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | package-lock.json | 20 |
2 files changed, 6 insertions, 22 deletions
@@ -13,13 +13,17 @@ Integrated gulp build process for : * Shows final zip file size. ## Usage +```bash +# First install the dependencies +npm install +``` ```bash npm start # for development - live reloading server ``` ```bash -npm release # for minification+zip (final output will be available on ./dist/archive.zip) +npm run release # for minification+zip (final output will be available on ./dist/archive.zip) ``` ## 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 +[<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) diff --git a/package-lock.json b/package-lock.json index dc04745..f9bb142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3121,26 +3121,6 @@ } } }, - "gulp-babel": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/gulp-babel/-/gulp-babel-7.0.1.tgz", - "integrity": "sha512-UqHS3AdxZyJCRxqnAX603Dj3k/Wx6hzcgmav3QcxvsIFq3Y8ZkU7iXd0O+JwD5ivqCc6o0r1S7tCB/xxLnuSNw==", - "dev": true, - "requires": { - "plugin-error": "1.0.1", - "replace-ext": "0.0.1", - "through2": "2.0.3", - "vinyl-sourcemaps-apply": "0.2.1" - }, - "dependencies": { - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", - "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", - "dev": true - } - } - }, "gulp-rollup": { "version": "2.16.2", "resolved": "https://registry.npmjs.org/gulp-rollup/-/gulp-rollup-2.16.2.tgz", |