OLD | NEW |
---|---|
(Empty) | |
1 require 'compass_twitter_bootstrap' | |
2 | |
3 http_path = "/" | |
4 css_dir = "../app/static" | |
5 sass_dir = "sass" | |
6 images_dir = "images" | |
7 javascripts_dir = "javascripts" | |
8 | |
9 # Don't include comments with random user-specific file paths in them. | |
10 line_comments = false | |
OLD | NEW |