rstacruz / npm-pipeline-rails

Use npm as part of your Rails asset pipeline
95 stars 14 forks source link

Allow skipping install #9

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

This will speed up your deploy times!

  # If 'true', runs 'npm install' on 'rake assets:precompile'. (v1.6.0+)
  # This is generally desired, but you may set this to false when
  # deploying to Heroku to speed things up.
  config.npm.install_on_asset_precompile = true