Skip to content

Commit 077bfb6

Browse files
committed
docs(contributing): add note about running gulp
Closes angular#299
1 parent 5312a38 commit 077bfb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ This doc explains how to build the router module yourself.
4444
1. Install [NodeJS](http://nodejs.org/)
4545
2. Install [Gulp](http://gulpjs.com/) with `npm install -g gulp`
4646
3. Clone and `cd` into this repo.
47-
4. Install dependencies with `npm install` and `bower install`
47+
4. Install dependencies with `npm install`
48+
5. Run `gulp build` to build the new files.
4849

4950
### Running the Examples
5051

0 commit comments

Comments
 (0)