Skip to content

Instantly share code, notes, and snippets.

@Godoy
Created February 11, 2016 12:23
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 Godoy/00ec096d802163fdc3a4 to your computer and use it in GitHub Desktop.
Save Godoy/00ec096d802163fdc3a4 to your computer and use it in GitHub Desktop.
configuração para diminuir tempo de compilação de assets (ckeditor slow precompile assets)
require 'uglifier'
Rails.application.configure do
# ...
# config.assets.js_compressor = :uglifier
config.assets.js_compressor = Uglifier.new(compress: { unused: false })
#...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment