sharieswebsite/config.rb

11 lines
209 B
Ruby
Raw Permalink Normal View History

2011-05-02 10:09:43 +00:00
http_path = "/"
project_path = "."
sass_dir = "compass"
css_dir = "output/Scratch/assets/css"
images_dir = "output/Scratch/assets/img"
# wehn using SCSS:
sass_options = {
:syntax => :scss
}