mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-05 00:45:07 -05:00
10 lines
311 B
Ruby
10 lines
311 B
Ruby
# Require any additional compass plugins here.
|
|
require 'compass-colors'
|
|
project_type = :stand_alone
|
|
# Set this to the root of your project when deployed:
|
|
http_path = "/"
|
|
css_dir = "site/stylesheets"
|
|
sass_dir = "stylesheets"
|
|
images_dir = "source/images"
|
|
images_dir = "source/images/"
|
|
http_images_path = "/images" |