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 do bower install and everything ends up in "app/bower_components".
When I run grunt it spits out this:
Running "clean:prod" (clean) task
Running "injector:bower_dependencies" (injector) task
Missing option `template`, using `dest` as template instead
Warning: Cannot read property 'main' of undefined Use --force to continue.
Aborted due to warnings.
The text was updated successfully, but these errors were encountered:
I have a bower.json file that looks like this:
a .bowerrc file that looks like this:
My Gruntfile.js looks like this:
I do
bower install
and everything ends up in "app/bower_components".When I run
grunt
it spits out this:The text was updated successfully, but these errors were encountered: