hopglass/README.md

19 lines
198 B
Markdown
Raw Normal View History

2015-03-29 14:49:59 +02:00
# Dependencies
2015-03-29 01:09:21 +01:00
2015-03-29 14:49:59 +02:00
- npm
- bower
- grunt-cli
2015-03-29 01:09:21 +01:00
2015-03-29 14:49:59 +02:00
# Installing dependencies
2015-03-29 01:09:21 +01:00
2015-03-29 14:49:59 +02:00
npm install
bower install
2015-03-29 03:46:10 +02:00
# Building
Just run:
2015-03-29 14:49:59 +02:00
grunt
2015-03-29 03:46:10 +02:00
2015-03-29 14:49:59 +02:00
This will generate `build/` containing all requires files.