From d30845a7575154f004bef75f38cfde10960f2dc5 Mon Sep 17 00:00:00 2001 From: Will Moore Date: Fri, 18 Jan 2013 12:57:59 -0800 Subject: docs(contribute): adding npm install to step-by-step npm install is listed in the dependencies section of the contribute guide but is missing from the step-by-step. This adds it as step 4.--- docs/content/misc/contribute.ngdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index bab8ae2e..78b23d9b 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -123,7 +123,11 @@ minified AngularJS files: git remote add upstream https://github.com/angular/angular.js.git -4. To build AngularJS, run: +4. To add node.js dependencies + + npm install + +5. To build AngularJS, run: rake package -- cgit v1.2.3