diff options
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 | ||