Skip to content

Instantly share code, notes, and snippets.

@gabrielgodoy-zz
Forked from nathansmith/config.rb
Last active August 29, 2015 14:00
Show Gist options
  • Save gabrielgodoy-zz/b118fa2bbc9ae9bb9381 to your computer and use it in GitHub Desktop.
Save gabrielgodoy-zz/b118fa2bbc9ae9bb9381 to your computer and use it in GitHub Desktop.
config.rb with verbose
# Require any additional compass plugins here.
# The starting contents for config.rb
# Set this to the root of your project when deployed:
http_path = "../"
css_dir = "css" # Set this to the directory of your current css files:
sass_dir = "scss"
images_dir = "images" # Set this to the directory of your current images files:
javascripts_dir = "js" # Set this to the directory of your current JavaScript files:
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
output_style = :expanded
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment