From 31fb10f393fbfd4d7adf528ec70624d2b8d247a8 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Thu, 20 Feb 2014 12:50:15 +0800 Subject: Six Blocks Version --- Blocks/syntax/compass/config.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Blocks/syntax/compass/config.rb (limited to 'Blocks/syntax/compass/config.rb') diff --git a/Blocks/syntax/compass/config.rb b/Blocks/syntax/compass/config.rb new file mode 100644 index 0000000..6f82de1 --- /dev/null +++ b/Blocks/syntax/compass/config.rb @@ -0,0 +1,14 @@ +environment = :production +project_type = :stand_alone +http_path = "/" +css_dir = "../styles" +sass_dir = "." +images_dir = "images" +sass_options = { + :line_numbers => false, + :debug_info => false +} + +# output_style = :compressed +# output_style = :compact +output_style = :expanded -- cgit v1.2.3