Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 495 Bytes

deployment.md

File metadata and controls

5 lines (4 loc) · 495 Bytes

Deployment

  • React on Rails puts the necessary precompile steps automatically in the rake precompile step. You can, however, disable this by setting certain values to nil in the config/initializers/react_on_rails.rb.
    • build_production_command: Set to nil to turn off the precompilation of the js assets.
  • See the Heroku Deployment doc for specifics regarding Heroku. The information for Heroku may apply to other deployments.