diff options
author | Nivesh Rajbhandari | 2012-02-08 14:26:45 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-02-08 14:26:45 -0800 |
commit | 72805efb66c372bec2df8a2686dfd56c9ed26622 (patch) | |
tree | d58ee74c0f6bc9c0e90ff9526afd72983b40f598 /scss/config.rb | |
parent | 2d68f944e93b201deb46015392e706b7a24201c9 (diff) | |
parent | ab12be4e9a0d9fee4450795077b0107983b5682e (diff) | |
download | ninja-72805efb66c372bec2df8a2686dfd56c9ed26622.tar.gz |
Merge branch 'refs/heads/ninja-internal' into ToolFixes
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 | ||