diff options
Diffstat (limited to 'config.rb')
-rw-r--r-- | config.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ project_type = :stand_alone # Set this to the root of your project when deployed: http_path = "/" -css_dir = "_site/stylesheets" -sass_dir = "_source/stylesheets" +css_dir = "site/stylesheets" +sass_dir = "source/stylesheets" images_dir = "images" # To enable relative paths to assets via compass helper functions. Uncomment: |