diff options
author | B Mathis <brandon@imathis.com> | 2009-10-18 20:10:45 -0500 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-10-18 20:10:45 -0500 |
commit | d8d51719fb2ec7cb2ee70dab4665c74baa0fb783 (patch) | |
tree | 1a3ba6a62eaa3c0d5b3bc8d5bcf5447ecd9335ec /config.rb | |
parent | 82d0251da120186c27791b7c073aa103d73c2b31 (diff) | |
download | my_new_personal_website-d8d51719fb2ec7cb2ee70dab4665c74baa0fb783.tar.xz my_new_personal_website-d8d51719fb2ec7cb2ee70dab4665c74baa0fb783.zip |
added compass, added some basic stylesheets
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: |