2012-01-30 20:39:34 +00:00
|
|
|
# -*- encoding : utf-8 -*-
|
2011-03-09 13:13:36 +00:00
|
|
|
# This configuration file works with both the Compass command line tool and within Rails.
|
|
|
|
# Require any additional compass plugins here.
|
|
|
|
|
|
|
|
project_type = :rails
|
|
|
|
project_path = Compass::AppIntegration::Rails.root
|
2011-03-29 17:35:42 +01:00
|
|
|
environment = Compass::AppIntegration::Rails.env
|
|
|
|
|
2011-03-09 13:13:36 +00:00
|
|
|
# Set this to the root of your project when deployed:
|
|
|
|
http_path = "/"
|
2011-03-29 20:37:44 +01:00
|
|
|
css_dir = "public/stylesheets/compiled"
|
2011-03-09 13:13:36 +00:00
|
|
|
sass_dir = "app/stylesheets"
|
2011-03-29 17:35:42 +01:00
|
|
|
javascripts_dir = "public/javascripts"
|
|
|
|
|
|
|
|
http_stylesheets_path = "/stylesheets"
|
2012-01-30 20:39:34 +00:00
|
|
|
http_javascripts_path = "/javascripts"
|