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

RAILS_ENV=production rake assets:precompile fails locally #37

@mtc2013

Description

@mtc2013

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; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions