From 8630e5d431d244eddc8f9b749a774a576dc4beaa Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sun, 14 Dec 2014 09:28:14 -0800 Subject: [PATCH] Fix for production with sass --- environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.rb b/environment.rb index edc67d5c..4833f531 100644 --- a/environment.rb +++ b/environment.rb @@ -126,7 +126,7 @@ Sass::Plugin.options[:style] = :nested if ENV['RACK_ENV'] != 'development' Sass::Plugin.options[:style] = :compressed - Sass::Plugin.options[:never_update] = true + # Sass::Plugin.options[:never_update] = true Sass::Plugin.options[:full_exception] = false end