aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/misc
diff options
context:
space:
mode:
authorMatias Niemelä2013-06-04 19:05:50 -0400
committerIgor Minar2013-06-06 22:58:55 -0700
commitf56125d94efba462869f09064dfa39aa780b8016 (patch)
treee8ab4805f9b2aa3438aac3c2a788ef4c57bbec1c /docs/content/misc
parent079bf5f27566b446c11678c0cd03bb8dacfe83fc (diff)
downloadangular.js-f56125d94efba462869f09064dfa39aa780b8016.tar.bz2
chore(ngdocs): setup bower as the package manager for the docs pages
Diffstat (limited to 'docs/content/misc')
-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