Sha256: 5e7b7a215e35c4d052168682c98a46ea2b4e2874c2d6b03500a677a7532cfe74
Contents?: true
Size: 683 Bytes
Versions: 16
Compression:
Stored size: 683 Bytes
Contents
# 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](./configuration.md). - `build_production_command`: Set to nil to turn off the precompilation of the js assets. - `config.symlink_non_digested_assets_regex`: Default is nil, turning off the setup of non-js assets. This should be nil except when when using Sprockets rather than Webpacker. - See the [Heroku Deployment](../additional-reading/heroku-deployment.md) doc for specifics regarding Heroku. The information for Heroku may apply to other deployments.
Version data entries
16 entries across 16 versions & 1 rubygems