Skip to content

Commit

Permalink
Merge pull request #11 from alphagov/prefix-assets
Browse files Browse the repository at this point in the history
Prefix assets and disable compression
  • Loading branch information
csutter authored Nov 20, 2023
2 parents 62b5472 + 2e9e077 commit 9073a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ class Application < Rails::Application

# Don't generate system test files.
config.generators.system_tests = nil

config.assets.prefix = "/assets/search-v2-evaluator"
config.assets.css_compressor = nil
end
end

0 comments on commit 9073a4c

Please sign in to comment.