gulp: don't uglify in debug mode
This commit is contained in:
parent
3dee209b4a
commit
86b7bc186c
3 changed files with 29 additions and 9 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue