This seems like a feature that we need to add to compass-rails. Can you file a ticket with the steps to reproduce the issue at
https://github.com/Compass/compass-rails/issues. I've never made a rails engine, so if can either provide the steps to create the project and engine or provide a zip file of a simple rails project that reproduces this issue, it would be helpful.
Chris
On Thursday, May 9, 2013 5:47:16 PM UTC-7, Daniel Fischer wrote:
I have a rails engine that is generating Compass Sprites.
The path for the sprites are /assets/images/ui-hashblahblah.png
It should be /assets/core/images/ui-hashblahblah.png
Setting this config in the engine/config/compass.rb does nothing. How would I configure this?