From 5233db0bb51e01b59abd1679356acda24145f779 Mon Sep 17 00:00:00 2001 From: Josh McArthur Date: Mon, 12 Mar 2012 23:39:47 +1300 Subject: [PATCH] Adjust compass configuration to not add pesky line comments to generated CSS --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guardfile b/Guardfile index 82ad08b..eeef22d 100644 --- a/Guardfile +++ b/Guardfile @@ -5,7 +5,7 @@ guard 'ego' do watch 'Guardfile' end -guard 'compass', :sass_dir => "public/stylesheets", :css_dir => "public/stylesheets" do +guard 'compass', :sass_dir => "public/stylesheets", :line_comments => false, :css_dir => "public/stylesheets" do watch %r{^public/stylesheets/.+\.s[ac]ss} end