-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Build is injecting app script files and usemin is not replacing image names in templates #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, I need a complete app that I can use to reproduce the issue. Or at least the steps needed to trigger the problem. |
Everything can be found in this repository https://github.com/denissellu/aerobic. |
Ok, so that was actually really helpful in allowing me to track down another bug: #301. I was able to reproduce that issue every time I started the server with your app, so I was able to make this fix for it: 0581ed0 I also updated the grunt file so that you can clone the repo and run So you might want to incorporate those fixes into your project. That said, I was unable to reproduce the grunt usemin issue you're having. Everything worked for me. Have you tried deleting your node_modules and running |
I deleted node_modules and ran npm install and got an error, I found this in the npm-debug.log 47373 info uninstall [email protected] |
I re-ran it with no error |
I scrafolded a new app and copied over my content ran npm install and bower install. grunt build works fine and everything is getting injected in app.js. Thanks for your help. |
I am having the same issue as #370 and I haven't been able to solve my problem yet. Updated scaffold, no error/warning in building process. Doesn't happen with freshly scaffolded project?
The text was updated successfully, but these errors were encountered: