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

19 lines
623 B
Ruby
Raw Normal View History

2010-01-21 06:25:44 +00:00
# Require any additional compass plugins here.
require 'susy'
require 'css-slideshow'
2010-01-21 06:25:44 +00:00
# Set this to the root of your project when deployed:
2010-01-31 17:43:19 +00:00
http_path = "/docs"
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 = "assets/images"
2010-03-29 06:53:57 +00:00
javascripts_dir = "assets/javascripts"
fonts_dir = "assets/fonts"
2010-01-24 09:34:05 +00:00
http_javascripts_dir = "javascripts"
http_stylesheets_dir = "stylesheets"
2010-01-31 17:43:19 +00:00
http_images_dir = "images"
2010-03-29 06:53:57 +00:00
http_fonts_dir = "fonts"
2010-01-21 06:25:44 +00:00
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true