From 80255411ee7040e0cebbf6b05d2ce323f6f2596e Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Fri, 22 Aug 2014 17:23:02 +0800 Subject: backup --- Back/Blocks/syntax/compass/config.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Back/Blocks/syntax/compass/config.rb (limited to 'Back/Blocks/syntax/compass/config.rb') diff --git a/Back/Blocks/syntax/compass/config.rb b/Back/Blocks/syntax/compass/config.rb new file mode 100644 index 0000000..6f82de1 --- /dev/null +++ b/Back/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