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