Created
April 17, 2013 06:40
-
-
Save anonymous/5402237 to your computer and use it in GitHub Desktop.
Default config.tb
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
# 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