Open ghost opened 8 years ago
Looks like it may be related to https://github.com/ember-cli/ember-cli/issues/6265
@@ master #48 diff @@
===================================
Files 1 1
Lines 85 85
Methods 12 12
Messages 0 0
Branches 20 20
===================================
Hits 85 85
Misses 0 0
Partials 0 0
Powered by Codecov. Last update 0aa76dc...dbbdcd2
This needs to be tested more before ever merging.
This is probably not helpful but I want to highlight the potential fix here in case anyone else runs into this issue.
https://github.com/rickharrison/broccoli-asset-rewrite/issues/42#issuecomment-253570046
My intuition is that this is actually a bug with
broccoli-asset-rev
because this code ends up being called with a multiline input.I don't know much about the background, I only know that this issue is blocking my team and that this fix is working right now :-)
Happy to help try to debug the issue.