Switch from sprockets to cssbundling for bundling css assets.

This commit is contained in:
rebuilt 2021-10-23 19:59:34 +02:00
parent 4306f5c5d4
commit 12c1a3b7fc
14 changed files with 222 additions and 45 deletions

View file

@ -48,7 +48,7 @@ Rails.application.configure do
# 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 = false
config.assets.debug = true
# Suppress logger output for asset requests.
config.assets.quiet = true