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'm using the webapp generator from Yeoman and this is what I get when I'm trying to make the build :
Running "wiredep:app" (wiredep) task
app/index.html modified.
domready was not injected in your file.
Please go take a look in "/Users/Nicolas/Sites/project/bower_components/domready" for the file you need, then manually include it in your file.
Hello :)
I'm using the webapp generator from Yeoman and this is what I get when I'm trying to make the build :
So I have to do this in my index.html :
After compiling this is what I get :
If I don't add it manually, domReady is not injected automatically like the others between the bower:js tags.
FYI this is my bower.json :
Is something missing or did I do something wrong?
The text was updated successfully, but these errors were encountered: