examples/with-all/.compass_config.rb in capucine-0.2.5 vs examples/with-all/.compass_config.rb in capucine-0.2.9

- old
+ new

@@ -1,13 +1,18 @@ +# !!!! NEVER EDIT THIS FILE !!!! +# ALWAYS EDIT : capucine.yaml -require "compass-capucine" +project_type = :stand_alone -images_dir = "public/images" sass_dir = "sass" + css_dir = "public/css_generated" + +output_style = :compressed + line_comments = false -output_style = :expanded + sass_options = {:cache => false}