vigetlabs / gulp-rails-pipeline

Ditch the Rails Asset Pipeline and roll your own with Gulp
MIT License
646 stars 64 forks source link

RAILS_ENV=production rake assets:precompile fails locally #37

Open mtc2013 opened 8 years ago

mtc2013 commented 8 years ago

Thanks for open sourcing this project.

I spent some time debugging this issue. The culprit appears to be the removal of image-url in node-sass/libsass lately:

https://github.com/sass/node-sass/issues/965

The output of gulp build creates a global.css with image-url still in it:

body {
 58   background: #dd3435 image-url("gulp.png");
 59   font-family: sans-serif; }
greypants commented 8 years ago

Oh yeah, that's been removed. I need to replace those. Thanks. Feel free to open a pull request if you get to it before me!