kenhkan / angular-curve

The Smoothest AngularJS Boilerplate
MIT License
11 stars 1 forks source link

bower_components directory always installed in app folder instead of root directory of project #22

Closed abbood closed 10 years ago

abbood commented 10 years ago

when i run grunt server I get this error:

28 May 08:05:46 - error: { [Error: Component must have "/Users/abdullah/dev/js/sandbox/angular-curve-2/bower_components/angular/bower.json"] code: 'NO_BOWER_JSON' }

how do I resolve it?

abbood commented 10 years ago

fixed by adding this in .bowerrc:

{
  "directory": "bower_components"
}

see Custom install directory in http://bower.io/