Skip to content

Instantly share code, notes, and snippets.

@mec
Created October 25, 2019 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mec/4731294dd0e876221feb2dc67a1e8178 to your computer and use it in GitHub Desktop.
Save mec/4731294dd0e876221feb2dc67a1e8178 to your computer and use it in GitHub Desktop.
Rails development environment with asset pipeline in production mode
config.assets.debug = false
config.assets.compile = false
config.assets.digest = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment