From bcd37f52fb7a8b073e4d38b328bfd085b42fda10 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Tue, 20 Dec 2016 17:50:04 -0800 Subject: [PATCH] Include bower instructions in DEVELOPER.md (#13591) --- DEVELOPER.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index ba0c7eb4b3..95136acc48 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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**: