Skip to content

Commit 53a9653

Browse files
committed
Fix sprockets.css_compressor=:sassc
See freeCodeCamp#2106.
1 parent 75e39c8 commit 53a9653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class App < Sinatra::Application
9494
]
9595

9696
sprockets.js_compressor = Terser.new
97-
sprockets.css_compressor = :sass
97+
sprockets.css_compressor = :sassc
9898

9999
Sprockets::Helpers.configure do |config|
100100
config.digest = true

0 commit comments

Comments
 (0)