lib/almanack/server/environment.rb in almanack-1.2.0 vs lib/almanack/server/environment.rb in almanack-1.2.1

- old
+ new

@@ -27,11 +27,11 @@ def theme_stylesheet_path settings.root.join('stylesheets') end def register_sass_loadpaths! - if !Sass.load_paths.include?(theme_stylesheet_path) - Sass.load_paths << theme_stylesheet_path + if !SassC.load_paths.include?(theme_stylesheet_path) + SassC.load_paths << theme_stylesheet_path end end end end end