Skip to content

Instantly share code, notes, and snippets.

@styx
Last active December 17, 2015 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save styx/5647993 to your computer and use it in GitHub Desktop.
Save styx/5647993 to your computer and use it in GitHub Desktop.
Rails 3 -> Rails 4 upgrade. Assets compression.
AppName::Application.configure do
# ...
# Compress JavaScripts and CSS
# config.assets.compress = true <- remove the Rails 3 setting
config.assets.js_compressor = :uglifier
config.assets.css_compressor = :sass
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment