Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs(README): add build instructions for explicit modules
Browse files Browse the repository at this point in the history
  • Loading branch information
arve0 authored and pkozlowski-opensource committed Oct 4, 2013
1 parent 8ecf93e commit e01bddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ We are always looking for the quality contributions! Please check the [CONTRIBUT

#### Build
* Build the whole project: `grunt` - this will run `lint`, `test`, and `concat` targets
* To build modules, first run `grunt html2js` then `grunt build:module1:module2...:moduleN`

Check the Grunt build file for other tasks that are defined for this project
Check the Grunt build file for other tasks that are defined for this project.

#### TDD
* Run test: `grunt watch`
Expand Down

0 comments on commit e01bddf

Please sign in to comment.