-
Notifications
You must be signed in to change notification settings - Fork 169
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
require dependencies build issues with version 5.0.0 #318
Comments
Interesting! Thanks for the issue report @dapriett. /cc @blakevanlan in case you saw something similar in #315. |
I didn't see this when I was adding source maps but I was able to reproduce the issue. I'll give it a look and see what's going on. |
Published as |
Thanks for the fix @adunkman! Just tested it, works good now. |
I tried upgrading from version 4.8.0 to 5.0.0. Now in my application JS file when I add requires
//= require dependency
, it's causing both a<script>
tag to be created, as well as concating it to my application js. I'm running in dev mode, so it should only add the<script>
tags. I reverted back to 4.8.0 and now I'm fine.The text was updated successfully, but these errors were encountered: