aboutsummaryrefslogtreecommitdiff
path: root/config.rb
diff options
context:
space:
mode:
authorEric Bidelman2012-04-21 17:06:54 -0700
committerEric Bidelman2012-04-21 17:06:54 -0700
commitd8cb2f9460da3ca6248d9aed429e8e94b7f29e99 (patch)
treed002563293115e26421abc0dea8f485f6b35d6bd /config.rb
parent48417b8779dfe55e528f7576525f33393eae64fc (diff)
downloadio-slides-remote-d8cb2f9460da3ca6248d9aed429e8e94b7f29e99.tar.gz
sass dir to scss
Diffstat (limited to 'config.rb')
-rw-r--r--config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.rb b/config.rb
index 9c5a2d6..f2c6751 100644
--- a/config.rb
+++ b/config.rb
@@ -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:
4http_path = "/" 4http_path = "/"
5css_dir = "theme/css" 5css_dir = "theme/css"
6sass_dir = "theme/sass" 6sass_dir = "theme/scss"
7images_dir = "images" 7images_dir = "images"
8javascripts_dir = "js" 8javascripts_dir = "js"
9 9