Skip to content

Commit

Permalink
configure the asset pipeline for the test environmen
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBitZesty committed Aug 29, 2024
1 parent 9bb0e70 commit ead34b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@
config.logger = Logger.new(nil)
config.log_level = :fatal
end

config.assets.compile = true
config.assets.digest = false
end

0 comments on commit ead34b9

Please sign in to comment.