gulp: don't uglify in debug mode

This commit is contained in:
Gautier Pelloux-Prayer 2016-11-30 13:23:14 +01:00
parent 3dee209b4a
commit 86b7bc186c
3 changed files with 29 additions and 9 deletions

View file

@ -60,21 +60,24 @@ This is needed for pre-loading the selected profile (unless you allowed local fi
## Build
### Dependencies
Requires [Node and npm](http://nodejs.org/) (or [io.js](https://iojs.org)), [Bower](http://bower.io/) and [Gulp](http://gulpjs.com/):
npm install -g bower
npm install -g gulp
Install:
### Install
npm install
bower install
Build:
### Build
gulp
gulp #for release
gulp debug #for development
Develop:
### Develop
gulp watch