Created
September 17, 2010 17:51
-
-
Save avit/584627 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Require any additional compass plugins here. | |
load 'compass-layouts' | |
# Set this to the root of your project when deployed: | |
http_path = "" | |
sass_dir = "src" | |
css_dir = "public/stylesheets" | |
images_dir = "public/images" | |
javascripts_dir = "public/javascripts" | |
http_stylesheets_path = "stylesheets" | |
http_images_path = "images" | |
http_javascripts_path = "javascripts" | |
preferred_syntax = :sass | |
line_comments = false | |
# To enable relative paths to assets via compass helper functions. Uncomment: | |
relative_assets = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment