We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecf93e commit e01bddfCopy full SHA for e01bddf
README.md
@@ -78,8 +78,9 @@ We are always looking for the quality contributions! Please check the [CONTRIBUT
78
79
#### Build
80
* Build the whole project: `grunt` - this will run `lint`, `test`, and `concat` targets
81
+* To build modules, first run `grunt html2js` then `grunt build:module1:module2...:moduleN`
82
-Check the Grunt build file for other tasks that are defined for this project
83
+Check the Grunt build file for other tasks that are defined for this project.
84
85
#### TDD
86
* Run test: `grunt watch`
0 commit comments