Skip to content

Commit

Permalink
Merge pull request ManageIQ#17741 from skateman/asset-compile
Browse files Browse the repository at this point in the history
Do not fallback-compile missing assets
  • Loading branch information
bdunne authored Aug 7, 2018
2 parents fc3606c + ec5601f commit 8a79376
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
# Compress JavaScripts and CSS
config.assets.compress = true

# Fallback to the asset pipeline if a precompiled asset is missed.
# TODO: Once everything is in the asset pipeline, this should be set back to false.
config.assets.compile = true
# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = false

# Generate digests for assets URLs
config.assets.digest = true
Expand Down

0 comments on commit 8a79376

Please sign in to comment.