diff options
Diffstat (limited to '')
-rw-r--r-- | config.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.rb b/config.rb new file mode 100644 index 00000000..8fcaa802 --- /dev/null +++ b/config.rb @@ -0,0 +1,10 @@ +# Require any additional compass plugins here. +project_type = :stand_alone +# Set this to the root of your project when deployed: +http_path = "/" +css_dir = "_site/stylesheets" +sass_dir = "_source/stylesheets" +images_dir = "images" + +# To enable relative paths to assets via compass helper functions. Uncomment: +# relative_assets = true |