File: //home/inveservice/www/sass/config.rb
http_path = "/"
css_dir = "../css"
sass_dir = ""
images_dir = "../img"
javascripts_dir = "../js"
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :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
preferred_syntax = :scss
css_dir = "../css" # by Compass.app
sass_dir = "" # by Compass.app
images_dir = "../img" # by Compass.app
output_style = :expanded # by Compass.app
relative_assets = false # by Compass.app
line_comments = false # by Compass.app
sass_options = {:debug_info=>false} # by Compass.app
sourcemap = false # by Compass.app