diff options
author | Eric Bidelman | 2012-04-21 17:06:54 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-04-21 17:06:54 -0700 |
commit | d8cb2f9460da3ca6248d9aed429e8e94b7f29e99 (patch) | |
tree | d002563293115e26421abc0dea8f485f6b35d6bd /config.rb | |
parent | 48417b8779dfe55e528f7576525f33393eae64fc (diff) | |
download | io-slides-remote-d8cb2f9460da3ca6248d9aed429e8e94b7f29e99.tar.gz |
sass dir to scss
Diffstat (limited to 'config.rb')
-rw-r--r-- | config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ | |||
3 | # Set this to the root of your project when deployed: | 3 | # Set this to the root of your project when deployed: |
4 | http_path = "/" | 4 | http_path = "/" |
5 | css_dir = "theme/css" | 5 | css_dir = "theme/css" |
6 | sass_dir = "theme/sass" | 6 | sass_dir = "theme/scss" |
7 | images_dir = "images" | 7 | images_dir = "images" |
8 | javascripts_dir = "js" | 8 | javascripts_dir = "js" |
9 | 9 | ||