From b7a522533e0d76b3ff5410b96be90350f4f9e0fd Mon Sep 17 00:00:00 2001 From: Zenobius Jiricek Date: Sat, 11 May 2013 09:11:58 +0930 Subject: [PATCH] config for compass watch --- build/assets/font-awesome/config.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 build/assets/font-awesome/config.rb diff --git a/build/assets/font-awesome/config.rb b/build/assets/font-awesome/config.rb new file mode 100644 index 000000000..9c437a0ce --- /dev/null +++ b/build/assets/font-awesome/config.rb @@ -0,0 +1,20 @@ +# Require any additional compass plugins here. + + +# Set this to the root of your project when deployed: +http_path = "/assets/" +css_dir = "css" +sass_dir = "sass" +font_dir = "fonts" +javascripts_dir = "js" +# You can select your preferred output style here (can be overridden via the command line): +# output_style = :expanded or :nested or :compact or :compressed +output_style = :nested + +# 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 + +preferred_syntax = :sass