Skip to content

Commit

Permalink
Merge pull request #2365 from texpert/disable-assets-compile-on-produ…
Browse files Browse the repository at this point in the history
…ction

Disable assets compiling on production
  • Loading branch information
texpert authored Dec 12, 2024
2 parents 25afae7 + 28c67b8 commit 99dc81b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# Compress CSS using a preprocessor.
config.assets.css_compressor = :sass

config.assets.compile = false

# Turn on fragment caching in view templates.
config.action_controller.perform_caching = true

Expand Down

0 comments on commit 99dc81b

Please sign in to comment.