Replace bower with npm (#116)
This commit is contained in:
parent
43357eee0d
commit
ed79f03ebe
5 changed files with 166 additions and 148 deletions
14
README.md
14
README.md
|
|
@ -73,24 +73,20 @@ This is needed for pre-loading the selected profile (unless you allowed local fi
|
|||
|
||||
### Dependencies
|
||||
|
||||
Requires [Node and npm](https://nodejs.org/) (or [io.js](https://iojs.org)), [Bower](https://bower.io/) and [Gulp](http://gulpjs.com/):
|
||||
|
||||
npm install -g bower
|
||||
npm install -g gulp
|
||||
Requires [Node and npm](https://nodejs.org/) (or [io.js](https://iojs.org)) and [Gulp](http://gulpjs.com/).
|
||||
|
||||
### Install
|
||||
|
||||
npm install
|
||||
bower install
|
||||
yarn
|
||||
|
||||
### Build
|
||||
|
||||
gulp #for release
|
||||
gulp debug #for development
|
||||
yarn build #for release
|
||||
yarn build debug #for development
|
||||
|
||||
### Develop
|
||||
|
||||
gulp watch
|
||||
yarn build watch
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue