build to single distributables with gulp, check-in dist not bower_components

This commit is contained in:
Norbert Renner 2015-03-29 18:55:02 +02:00
parent 650bacd915
commit b808fbe44e
143 changed files with 577 additions and 95319 deletions

View file

@ -48,7 +48,27 @@ This is needed for pre-loading the selected profile (unless you allowed local fi
python -m SimpleHTTPServer
2. open http://localhost:8000/brouter-web/
2. open http://localhost:8000/brouter-web/
## Build
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:
npm install
bower install
Build:
gulp
Develop:
gulp watch
## License