compass/doc-src/.compass/config.rb

16 lines
545 B
Ruby
Raw Normal View History

2010-01-21 06:25:44 +00:00
# Require any additional compass plugins here.
require 'susy'
# Set this to the root of your project when deployed:
http_path = "/"
2010-01-24 09:34:05 +00:00
project_path = File.expand_path(File.join(File.dirname(__FILE__), '..'))
2010-01-21 06:25:44 +00:00
css_dir = "../docs/stylesheets"
sass_dir = "content/stylesheets"
images_dir = "content/images"
2010-01-24 09:34:05 +00:00
http_images_dir = "images"
2010-01-21 06:25:44 +00:00
javascripts_dir = "content/javascripts"
2010-01-24 09:34:05 +00:00
http_javascripts_dir = "javascripts"
http_stylesheets_dir = "stylesheets"
2010-01-21 06:25:44 +00:00
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true