From e01bddf14de00a4604be189a4b489e74cf7966fc Mon Sep 17 00:00:00 2001 From: Arve Seljebu Date: Fri, 4 Oct 2013 12:10:30 +0200 Subject: [PATCH] docs(README): add build instructions for explicit modules --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 556ab20ae3..9652a72bbd 100644 --- a/README.md +++ b/README.md @@ -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`