ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
975 stars 78 forks source link

Issue with premailer-rails3 gem #17

Closed bradleypriest closed 11 years ago

bradleypriest commented 11 years ago

The premailer-rails3 gem seems to be trying to compile my SCSS file on the fly in production mode and failing because of an @include statement rather than using the compiled version.

I assume https://github.com/fphilipe/premailer-rails3/blob/master/lib/premailer-rails3/css_loaders.rb#L34-76 is the offending code.

ndbroadbent commented 11 years ago

Hi there, I think this could be fixed in the latest version, where we stopped the 'tmp:create' task from clearing the assets cache. Could you please update and try again?

Thanks!

bradleypriest commented 11 years ago

Cool, that did the trick

bradleypriest commented 11 years ago

Ok, turns out that didn't fix it, reopening this so others can find it, hopefully I'll have some time to look into it soon

bradleypriest commented 11 years ago

More discussion on #28