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
Warning displayed on the console, on Rails 5.0: Unsupported rails environment for compass
Context
After running a subscription placement job the warning appeared in the console, but the subscription is placed as usual - nothing seems to be breaking.
I guess this relates to the initializer compass.rb and the 'compass-rails' gem, but I have not found anything broken on the app...
The text was updated successfully, but these errors were encountered:
I've looked around and found no css- or image-related issues: is there anywhere on the app you feel should be tested, in respect to this error, specifically?
There were some issues initially that meant the CSS was not compiling at all. It required adjusting some gem versions, and it now seems to work fine, but with this deprecation warning. I think it'll be solved when we start updating the gems again afterwards, otherwise we can resolve it separately as a tech-debt issue 👍
What we should change and why (this is tech debt)
Warning displayed on the console, on Rails 5.0:
Unsupported rails environment for compass
Context
After running a subscription placement job the warning appeared in the console, but the subscription is placed as usual - nothing seems to be breaking.
I guess this relates to the initializer
compass.rb
and the 'compass-rails' gem, but I have not found anything broken on the app...The text was updated successfully, but these errors were encountered: