19 lines
618 B
Ruby
19 lines
618 B
Ruby
# Require any additional compass plugins here.
|
|
require 'susy'
|
|
require 'css-slideshow'
|
|
|
|
# Set this to the root of your project when deployed:
|
|
http_path = "/"
|
|
project_path = File.expand_path(File.join(File.dirname(__FILE__), '..'))
|
|
css_dir = "output/stylesheets"
|
|
sass_dir = "content/stylesheets"
|
|
images_dir = "assets/images"
|
|
javascripts_dir = "assets/javascripts"
|
|
fonts_dir = "assets/fonts"
|
|
http_javascripts_dir = "javascripts"
|
|
http_stylesheets_dir = "stylesheets"
|
|
http_images_dir = "images"
|
|
http_fonts_dir = "fonts"
|
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
|
# relative_assets = true
|