monicao
5/12/2013 - 11:10 PM

Angular minification settings for the asset pipeline

Angular minification settings for the asset pipeline

TestApp::Application.configure do
  # Settings specified here will take precedence over those in config/application.rb

  # The production environment is meant for finished, "live" apps.
  # Code is not reloaded between requests
  config.cache_classes = true

  config.assets.digest = true
  config.assets.compile = false
  config.assets.compress = true
  config.assets.js_compressor = :uglifier

  # ...
end