2009-10-18 20:07:36 -04:00
|
|
|
# Require any additional compass plugins here.
|
2009-11-21 16:41:38 -05:00
|
|
|
require 'compass-colors'
|
2009-10-18 20:07:36 -04:00
|
|
|
project_type = :stand_alone
|
|
|
|
# Set this to the root of your project when deployed:
|
|
|
|
http_path = "/"
|
2009-10-18 21:10:45 -04:00
|
|
|
css_dir = "site/stylesheets"
|
2009-11-21 16:41:38 -05:00
|
|
|
sass_dir = "stylesheets"
|
|
|
|
images_dir = "source/images"
|
|
|
|
images_dir = "source/images/"
|
|
|
|
http_images_path = "/images"
|