mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-25 01:04:02 +08:00
Fix production SASS build errors
This commit is contained in:
parent
b365553a14
commit
8aa11e93f7
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ Rails.application.configure do
|
|||
config.public_file_server.enabled = ENV["RAILS_SERVE_STATIC_FILES"].present?
|
||||
|
||||
# Compress CSS using a preprocessor.
|
||||
# config.assets.css_compressor = :sass
|
||||
# Set to nil to fix builds in production (https://github.com/sass/sassc-rails/issues/93)
|
||||
config.assets.css_compressor = nil
|
||||
|
||||
# Do not fallback to assets pipeline if a precompiled asset is missed.
|
||||
config.assets.compile = false
|
||||
|
|
Loading…
Reference in a new issue