Method: Masshtab::DeployGenerator#configure_production

Defined in:
lib/generators/masshtab/deploy/deploy_generator.rb

#configure_productionObject



14
15
16
# File 'lib/generators/masshtab/deploy/deploy_generator.rb', line 14

def configure_production
  application 'config.assets.precompile += %w(*.js *.css)', env: :production
end