aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2014-08-22 17:23:02 +0800
committerJinwei Zhao <[email protected]>2017-01-13 15:07:42 +0800
commit80255411ee7040e0cebbf6b05d2ce323f6f2596e (patch)
tree295b0ef6c85e7cb091b63719ab041596879690fa /Back/Blocks/syntax/compass/config.rb
parent13be3d058713e1467ffc573a90cc694b80526135 (diff)
downloadjinwei.me-80255411ee7040e0cebbf6b05d2ce323f6f2596e.tar.gz
backup
Diffstat (limited to 'Back/Blocks/syntax/compass/config.rb')
-rw-r--r--Back/Blocks/syntax/compass/config.rb14
1 files changed, 14 insertions, 0 deletions
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 @@
1environment = :production
2project_type = :stand_alone
3http_path = "/"
4css_dir = "../styles"
5sass_dir = "."
6images_dir = "images"
7sass_options = {
8 :line_numbers => false,
9 :debug_info => false
10}
11
12# output_style = :compressed
13# output_style = :compact
14output_style = :expanded
Powered by cgit v1.2.3 (git 2.41.0)