Method: Masshtab::DeployGenerator#configure_production
- Defined in:
- lib/generators/masshtab/deploy/deploy_generator.rb
#configure_production ⇒ Object
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 |