mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fix for production with sass
This commit is contained in:
parent
d2f472e2c8
commit
8630e5d431
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ Sass::Plugin.options[:style] = :nested
|
||||||
|
|
||||||
if ENV['RACK_ENV'] != 'development'
|
if ENV['RACK_ENV'] != 'development'
|
||||||
Sass::Plugin.options[:style] = :compressed
|
Sass::Plugin.options[:style] = :compressed
|
||||||
Sass::Plugin.options[:never_update] = true
|
# Sass::Plugin.options[:never_update] = true
|
||||||
Sass::Plugin.options[:full_exception] = false
|
Sass::Plugin.options[:full_exception] = false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue