From d8cb2f9460da3ca6248d9aed429e8e94b7f29e99 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sat, 21 Apr 2012 17:06:54 -0700 Subject: sass dir to scss --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.rb') diff --git a/config.rb b/config.rb index 9c5a2d6..f2c6751 100644 --- a/config.rb +++ b/config.rb @@ -3,7 +3,7 @@ # Set this to the root of your project when deployed: http_path = "/" css_dir = "theme/css" -sass_dir = "theme/sass" +sass_dir = "theme/scss" images_dir = "images" javascripts_dir = "js" -- cgit v1.2.3