diff options
author | Jose Antonio Marquez | 2012-02-08 20:49:55 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-08 20:49:55 -0800 |
commit | 5d38e575b2bafeae9bd676247fce15ec5f78fa32 (patch) | |
tree | a612a4cd812d6f619d5fb7568399bdda459ae564 /scss/config.rb | |
parent | 9b45b897949bf934c8bf2c90ee2ff78f8713cb12 (diff) | |
parent | 35ad4d6d2fac4432046141c63c0209cf3d00be5c (diff) | |
download | ninja-5d38e575b2bafeae9bd676247fce15ec5f78fa32.tar.gz |
Merge branch 'refs/heads/NinjaInternal' into Color
Diffstat (limited to 'scss/config.rb')
-rwxr-xr-x | scss/config.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scss/config.rb b/scss/config.rb new file mode 100755 index 00000000..23327bde --- /dev/null +++ b/scss/config.rb | |||
@@ -0,0 +1,11 @@ | |||
1 | # Require any additional compass plugins here. | ||
2 | # Set this to the root of your project when deployed: | ||
3 | http_path = "/" | ||
4 | css_dir = "../css" | ||
5 | sass_dir = "" | ||
6 | images_dir = "../images/" | ||
7 | javascripts_dir = "../js" | ||
8 | output_style = :compact | ||
9 | line_comments = false | ||
10 | # To enable relative paths to assets via compass helper functions. Uncomment: | ||
11 | # relative_assets = true | ||