resque / resque-web

a Rails-based web interface to Resque
235 stars 166 forks source link

replace sass with sassc #137

Closed dennisvandehoef closed 6 years ago

dennisvandehoef commented 6 years ago

Replace the usage of the sass gem with the sassc gem, as suggested in the end-of-life blog post: http://sass.logdown.com/posts/7081811

According to this benchmark, it also might speed up the sass compilation time as an extra win: https://marianposaceanu.com/articles/making-rails-asset-pipeline-faster

jeremy commented 6 years ago

Good call. We barely use SCSS now, so we could switch to Less or vanilla CSS as well. Pull request welcome!

rafaelfranca commented 6 years ago

Pure CSS +1