Replace bower with npm (#116)

This commit is contained in:
Gautier Pelloux-Prayer 2019-02-10 15:45:27 +01:00
parent 43357eee0d
commit ed79f03ebe
5 changed files with 166 additions and 148 deletions

View file

@ -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