You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi,
In sass-rails v5 in development with
config.assets.enabled = true
one could access a compiled partial viaRails.application.assets["_something"].to_s
. Under sassc-rails this returns the raw SCSS.Is there any way to get the old behavior?
The text was updated successfully, but these errors were encountered: