Skip to content

Commit

Permalink
Remove asset configs from dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Oct 12, 2023
1 parent b9a0bd1 commit ae9a18b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/dummy/config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@
# Highlight code that triggered database queries in logs.
config.active_record.verbose_query_logs = true

# Debug mode disables concatenation and preprocessing of assets.
# This option may cause significant delays in view rendering with a large
# number of complex assets.
config.assets.debug = true

# Suppress logger output for asset requests.
config.assets.quiet = true

# Raises error for missing translations.
# config.action_view.raise_on_missing_translations = true

Expand Down

0 comments on commit ae9a18b

Please sign in to comment.