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?