# Set this to the root of your project when deployed: http_path = "http/path/to/root/of/compass/project" # For example "/sites/example.com/themes/mytheme/css" project_path = "/path/to/compass/project/on/server/harddrive" # For example "/var/www/example_com" css_dir = "css/compass/scss" sass_dir = "css/compass/css" images_dir = "img" javascripts_dir = "js" # You can select your preferred output style here (can be overridden via the command line): # output_style = :compressed # To enable relative paths to assets via compass helper functions. Uncomment: relative_assets = true # To disable debugging comments that display the original location of your selectors. Uncomment: #line_comments = false sass_options = { :debug_info => true } # This is required for fireSASS to work # If you prefer the indented syntax, you might want to regenerate this # project again passing --syntax sass, or you can uncomment this: # preferred_syntax = :sass # and then run: # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass