sass/sassc-rails

Moving from sass-rails v5, Different behavior with Sprockets::Asset#to_s

sshaw opened this issue · 0 comments

sshaw commented

Hi,

In sass-rails v5 in development with config.assets.enabled = true one could access a compiled partial via Rails.application.assets["_something"].to_s. Under sassc-rails this returns the raw SCSS.

Is there any way to get the old behavior?