diff options
author | Jose Antonio Marquez | 2012-02-08 13:56:54 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-08 13:56:54 -0800 |
commit | 2e58595d5c58ad9937bfc4f85ba8894970d4719f (patch) | |
tree | a2f1d2b4ca5ef130cdd99ee27a842a45cb391dcb /scss/config.rb | |
parent | 7afa8f3fb2f2cede0b227a00ccc2b84267278db6 (diff) | |
download | ninja-2e58595d5c58ad9937bfc4f85ba8894970d4719f.tar.gz |
adding new scss folder
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 | ||