From ace2dfe54f17408068bd2c5f7a770f84314df4a9 Mon Sep 17 00:00:00 2001 From: Hamish Friedlander Date: Mon, 23 Jul 2012 22:15:42 +1200 Subject: [PATCH] Make compass not include line number comments --- config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config.rb b/config.rb index 7838e4dc..f685460d 100644 --- a/config.rb +++ b/config.rb @@ -9,6 +9,7 @@ sass_dir = "scss" images_dir = "images" javascripts_dir = "javascript" output_style = :compact +line_comments = false # To enable relative paths to assets via compass helper functions. Uncomment: # relative_assets = true