Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/ruby-3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Throne3d authored Dec 27, 2024
2 parents 76f6364 + d67b052 commit 0e199e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ GEM
jquery-ui-rails-dox-fork (7.0.2)
railties (>= 3.2.16)
json (2.9.1)
jwt (2.10.0)
jwt (2.10.1)
base64
language_server-protocol (3.17.0.3)
listen (3.9.0)
Expand Down
3 changes: 3 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
config.assets.js_compressor = :terser
# config.assets.css_compressor = :sass

# Do not fall back to assets pipeline if a precompiled asset is missed.
config.assets.compile = false

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

Expand Down

0 comments on commit 0e199e4

Please sign in to comment.