Sprockets 3 does not set ::Rails.application.assets when ::Rails.application.config.assets.compile is false. I have changed code to return ::Rails.application.config.assets instead. It returns correct assets paths.
I have also updated patched image_path_for_size for compass, it should work even with disabled config.assets.compile now.
Sprockets 3 does not set ::Rails.application.assets when ::Rails.application.config.assets.compile is false. I have changed code to return ::Rails.application.config.assets instead. It returns correct assets paths.
I have also updated patched image_path_for_size for compass, it should work even with disabled config.assets.compile now.