You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: