Don't compress CSS (failing on Heroku)
This commit is contained in:
parent
9cb73ad25e
commit
463c528ce7
|
@ -13,7 +13,7 @@ AdoptAHydrant::Application.configure do
|
||||||
|
|
||||||
# Compress both stylesheets and JavaScripts
|
# Compress both stylesheets and JavaScripts
|
||||||
config.assets.js_compressor = :uglifier
|
config.assets.js_compressor = :uglifier
|
||||||
config.assets.css_compressor = :scss
|
# config.assets.css_compressor = :scss
|
||||||
|
|
||||||
# Specifies the header that your server uses for sending files
|
# Specifies the header that your server uses for sending files
|
||||||
# (comment out if your front-end server doesn't support this)
|
# (comment out if your front-end server doesn't support this)
|
||||||
|
|
Loading…
Reference in New Issue