I cant give exact details (dont know grunt+bower well enough), but even after adding dependency with
bower install angular-area-select --save
my project looses track. Im using a yeoman generated bootstrap project with a prebaked gruntfile that tracks/injects dependencies directly into my markup files.
My guess is that the resolution should be to alter bower.json to something like
{
...
"main": "./area-select.js"
}
I cant give exact details (dont know grunt+bower well enough), but even after adding dependency with
my project looses track. Im using a yeoman generated bootstrap project with a prebaked gruntfile that tracks/injects dependencies directly into my markup files.
My guess is that the resolution should be to alter bower.json to something like