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
I believe Rails.config.assets.compress has been deprecated for some time. I'm not very familiar with Sprockets, to be honest, but I can't find any reference to it in the modern Rails or Sprockets code bases.
Note that we do pay attention to the modern CSS pipeline, and if a CSS compressor is separately configured this gem won't minify (see #253). I understand that's not what you're asking about, but I bring it up to indicate that we do care about the integration. Can you point me at documentation about Rails.config.assets.compress?
Right now it adds the
--minify
flag even ifRails.config.assets.compress = false
. I think it shouldn't add this flag in that case.The text was updated successfully, but these errors were encountered: