Skip to content

Commit e01bddf

Browse files
arve0pkozlowski-opensource
authored andcommitted
docs(README): add build instructions for explicit modules
1 parent 8ecf93e commit e01bddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ We are always looking for the quality contributions! Please check the [CONTRIBUT
7878

7979
#### Build
8080
* 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`
8182

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.
8384

8485
#### TDD
8586
* Run test: `grunt watch`

0 commit comments

Comments
 (0)