Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2013 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/5402237 to your computer and use it in GitHub Desktop.
Save anonymous/5402237 to your computer and use it in GitHub Desktop.
Default config.tb
# best path for assets in Wordpress project
http_path = "/wp-content/themes/TheFold/"
css_dir = "."
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
fonts_dir = "fonts"
output_style = :expanded
environment = :development
# get Sass sourcemaps working
sass_options = { :debug_info => true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment