Adjust compass configuration to not add pesky line comments to generated

CSS
This commit is contained in:
Josh McArthur 2012-03-12 23:39:47 +13:00
parent 089ddaa579
commit 5233db0bb5
1 changed files with 1 additions and 1 deletions

View File

@ -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