aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/misc/contribute.ngdoc11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc
index 0e790f18..8b6a7627 100644
--- a/docs/content/misc/contribute.ngdoc
+++ b/docs/content/misc/contribute.ngdoc
@@ -97,11 +97,16 @@ and included in your {@link http://docs.oracle.com/javase/tutorial/essential/env
* `cd angular.js`
* `npm install`
+ * `bower install`
* {@link http://gruntjs.com Grunt}: We use Grunt as our build system. Install the grunt command-line tool globally with:
* `sudo npm install -g grunt-cli`
+* {@link http://bower.io/ Bower}: Bower is used to manage packages for the docs. Install the bower tool globally with:
+
+ * `sudo npm install -g bower`
+
## Creating a Github Account and Forking Angular
@@ -131,7 +136,11 @@ minified AngularJS files:
npm install
-5. To build AngularJS, run:
+5. To add docs components
+
+ bower install
+
+6. To build AngularJS, run:
grunt package