diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-03-28 18:00:17 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-03-28 18:00:17 +0000 |
commit | 0282141a50433312df9f9be2188ccf8ae198b666 (patch) | |
tree | 9f135d466a6bd3ebe05a07eacb061009d0ba71d9 /media/config.rb | |
parent | 393bfd7ad1f49f473708c7bef336a529aee6a0d8 (diff) |
visual redesign
Diffstat (limited to 'media/config.rb')
-rw-r--r-- | media/config.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media/config.rb b/media/config.rb new file mode 100644 index 0000000..d3780dd --- /dev/null +++ b/media/config.rb @@ -0,0 +1,12 @@ +# Require any additional compass plugins here. +project_type = :stand_alone +# Set this to the root of your project when deployed: +http_path = "/" +css_dir = "css" +sass_dir = "sass" +images_dir = "img" +javascripts_dir = "js" +output_style = :compressed + +# To enable relative paths to assets via compass helper functions. Uncomment: +# relative_assets = true |