Skip to content

Commit

Permalink
build: precompile assets for test env (i.e. CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Nov 7, 2023
1 parent bacc5ed commit 9622c18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@

# Annotate rendered view with file names.
# config.action_view.annotate_rendered_view_with_filenames = true

config.assets.compile = false

# Asset digests allow you to set far-future HTTP expiration dates on all assets,
# yet still be able to expire them through the digest params.
config.assets.digest = true
end

0 comments on commit 9622c18

Please sign in to comment.