Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

RAILS_ENV=production rake assets:precompile fails locally #37

Open
mtc2013 opened this issue Oct 19, 2015 · 1 comment
Open

RAILS_ENV=production rake assets:precompile fails locally #37

mtc2013 opened this issue Oct 19, 2015 · 1 comment

Comments

@mtc2013
Copy link

mtc2013 commented Oct 19, 2015

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:

sass/node-sass#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
Copy link
Contributor

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants