Created
August 26, 2010 19:49
-
-
Save retr0h/552107 to your computer and use it in GitHub Desktop.
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
## | |
# Compass config for use with Jekyll. | |
# http://github.com/chriseppstein/compass | |
require "ninesixty" | |
http_path = "/" | |
css_dir = File.join "static", "stylesheets" | |
sass_dir = File.join "static", "_scss" | |
images_dir = File.join "static", "images" | |
### compass --watch & jekyll --server --auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment