From 6a84f586af54102247ed94a3b7ae1915b1d7fb58 Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Fri, 29 Nov 2013 17:18:50 +0100 Subject: [PATCH] // add compass config.rb for theme default-bootstrap --- themes/default-bootstrap/config.rb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 themes/default-bootstrap/config.rb diff --git a/themes/default-bootstrap/config.rb b/themes/default-bootstrap/config.rb new file mode 100644 index 000000000..b0133a018 --- /dev/null +++ b/themes/default-bootstrap/config.rb @@ -0,0 +1,25 @@ +# Require any additional compass plugins here. + +# Set this to the root of your project when deployed: +http_path = "/" +css_dir = "css" +sass_dir = "sass" +images_dir = "img" +javascripts_dir = "js" +fonts_dir = "font" + +output_style = :nested +environment = :development + +# To enable relative paths to assets via compass helper functions. Uncomment: +# relative_assets = true + +# To disable debugging comments that display the original location of your selectors. Uncomment: +# line_comments = false +color_output = false + +# If you prefer the indented syntax, you might want to regenerate this +# project again passing --syntax sass, or you can uncomment this: +# preferred_syntax = :sass +# and then run: +# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass \ No newline at end of file