diff options
author | Jinwei Zhao <[email protected]> | 2015-12-19 22:24:42 +0900 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:45 +0800 |
commit | dbcebe1def5c355120c61b575390d1d9ac355f67 (patch) | |
tree | 70e61cc34a690c63ff80962e9ef883fe69dba6d3 /Code/Blocks/syntax/compass/config.rb | |
parent | 7e473afdca63f0ceed5d895c3be3b43f213ca136 (diff) | |
download | jinwei.me-dbcebe1def5c355120c61b575390d1d9ac355f67.tar.gz |
clear up
Diffstat (limited to 'Code/Blocks/syntax/compass/config.rb')
-rw-r--r-- | Code/Blocks/syntax/compass/config.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Code/Blocks/syntax/compass/config.rb b/Code/Blocks/syntax/compass/config.rb deleted file mode 100644 index 6f82de1..0000000 --- a/Code/Blocks/syntax/compass/config.rb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | environment = :production | ||
2 | project_type = :stand_alone | ||
3 | http_path = "/" | ||
4 | css_dir = "../styles" | ||
5 | sass_dir = "." | ||
6 | images_dir = "images" | ||
7 | sass_options = { | ||
8 | :line_numbers => false, | ||
9 | :debug_info => false | ||
10 | } | ||
11 | |||
12 | # output_style = :compressed | ||
13 | # output_style = :compact | ||
14 | output_style = :expanded | ||