From f56125d94efba462869f09064dfa39aa780b8016 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Tue, 4 Jun 2013 19:05:50 -0400 Subject: chore(ngdocs): setup bower as the package manager for the docs pages --- docs/content/misc/contribute.ngdoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs/content/misc/contribute.ngdoc') 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 -- cgit v1.2.3