Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix(bower): add extra config to ensure bower works in app folder
Browse files Browse the repository at this point in the history
If you ran `bower install` from the app folder then bower was installing
the wrong versions of components into the wrong folders.  This should
correct that.

Closes angular/angular.js#7508
  • Loading branch information
petebacondarwin committed May 19, 2014
1 parent 933a952 commit cda74d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/.bowerrc
@@ -0,0 +1,4 @@
{
"cwd": "..",
"directory": "app/bower_components"
}

0 comments on commit cda74d5

Please sign in to comment.