I had been using this gem with rails 4.1.8 and previous versions of sprockets but currently it fails to precompile assets and it seems it's because of a change on how those assets are defined.
I set up a demo project where it can be reproduced here
For what I see, on engine.rb, at line 7, the app doesn't bring the assets ass Sprockets::Environment anymore and thus, the registration of engines fails completely.
I have tried to troubleshoot this a bit but I don't find an elegant solution. If you could give me a hand on this, that would be very nice.
I had been using this gem with rails 4.1.8 and previous versions of sprockets but currently it fails to precompile assets and it seems it's because of a change on how those assets are defined.
I set up a demo project where it can be reproduced here
For what I see, on engine.rb, at line 7, the app doesn't bring the assets ass Sprockets::Environment anymore and thus, the registration of engines fails completely.
I have tried to troubleshoot this a bit but I don't find an elegant solution. If you could give me a hand on this, that would be very nice.
Thanks