12 lines
371 B
Ruby
12 lines
371 B
Ruby
# Require any additional compass plugins here.
|
|
require 'susy'
|
|
|
|
# Set this to the root of your project when deployed:
|
|
http_path = "/"
|
|
css_dir = "../docs/stylesheets"
|
|
sass_dir = "content/stylesheets"
|
|
images_dir = "content/images"
|
|
javascripts_dir = "content/javascripts"
|
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
|
# relative_assets = true
|