save 30kb

This commit is contained in:
Lorin Werthen 2017-04-21 19:14:41 +02:00
parent 138c2823e9
commit 92e88be534
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

2
Rules
View file

@ -116,7 +116,7 @@ end
ignore '/assets/stylesheets/includes/**/*'
compile '/assets/stylesheets/**/*.scss' do
filter :sass, syntax: :scss
filter :sass, syntax: :scss, style: :compressed
filter :autoprefixer if production?
write ext: 'css'
end