googlearchive / generator-angularfire

Yeoman generator for AngularFire: Angular + Firebase apps
191 stars 52 forks source link

fix(template): change where the Gruntfile to looks for the bower.json file #15

Closed kf8a closed 9 years ago

kf8a commented 9 years ago

The bower.json file now seems to go into the project root instead of the app directory. Change the wiredep:options directory to the project root.

closes #8

katowulf commented 9 years ago

Thanks @kf8a; it's taking a while to get around to this, but I'll try this out and merge soon.