samedi 4 avril 2015

Ruby on Rails 3 in Production does not minify CSS

Ruby 2.1 / Rails 3.2 - In production.rb I have:


config.assets.compress = true config.assets.compile = true


The JS file compresses just fine, with no whitespace, comments, or new lines.


The CSS file still has some whitespace, comments, and all the new lines characters.


Aucun commentaire:

Enregistrer un commentaire