Skip to content

Commit

Permalink
Don't compress css
Browse files Browse the repository at this point in the history
  • Loading branch information
bonflintstone committed Oct 31, 2024
1 parent 7d67dae commit 6d39da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class Application < Rails::Application
# Common ones are `templates`, `generators`, or `middleware`, for example.
config.autoload_lib(ignore: %w[assets tasks])

config.assets.css_compressor = nil

# Configuration for the application, engines, and railties goes here.
#
# These settings can be overridden in specific environments using the files
Expand Down

0 comments on commit 6d39da7

Please sign in to comment.