Include bower instructions in DEVELOPER.md (#13591)

This commit is contained in:
Ryan Cavanaugh
2016-12-20 17:50:04 -08:00
committed by Chuck Jazdzewski
parent e69c1fb36c
commit bcd37f52fb
+9
View File
@@ -74,6 +74,15 @@ use in these instructions.
*Option 2*: defining a bash alias like `alias nbin='PATH=$(npm bin):$PATH'` as detailed in this
[Stackoverflow answer](http://stackoverflow.com/questions/9679932/how-to-use-package-installed-locally-in-node-modules/15157360#15157360) and used like this: e.g., `nbin gulp build`.
## Installing Bower Modules
Now run `bower` to install additional dependencies:
```shell
# Install other Angular project dependencies (bower.json)
bower install
```
## Windows only
In order to create the right symlinks, run **as administrator**: