update README.md for grunt
This commit is contained in:
parent
bfe6fe346d
commit
ecb65c9171
16
README.md
16
README.md
|
@ -1,16 +1,18 @@
|
||||||
# Installing required modules
|
# Dependencies
|
||||||
|
|
||||||
This software uses bower to manage dependencies. To install all required
|
- npm
|
||||||
modules, run
|
- bower
|
||||||
|
- grunt-cli
|
||||||
|
|
||||||
|
# Installing dependencies
|
||||||
|
|
||||||
|
npm install
|
||||||
bower install
|
bower install
|
||||||
|
|
||||||
in its root directory.
|
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
|
|
||||||
Just run:
|
Just run:
|
||||||
|
|
||||||
node bower_components/r.js/dist/r.js -o build.js
|
grunt
|
||||||
|
|
||||||
This will create `app-combined.js`.
|
This will generate `build/` containing all requires files.
|
||||||
|
|
Loading…
Reference in a new issue