2009-10-19 05:37:36 +05:30
|
|
|
# Require any additional compass plugins here.
|
2009-11-22 03:11:38 +05:30
|
|
|
require 'compass-colors'
|
2009-10-19 05:37:36 +05:30
|
|
|
project_type = :stand_alone
|
|
|
|
# Set this to the root of your project when deployed:
|
|
|
|
http_path = "/"
|
2009-10-19 06:40:45 +05:30
|
|
|
css_dir = "site/stylesheets"
|
2009-11-22 03:11:38 +05:30
|
|
|
sass_dir = "stylesheets"
|
|
|
|
images_dir = "source/images"
|
|
|
|
images_dir = "source/images/"
|
|
|
|
http_images_path = "/images"
|