examples/with-all/capucine.yaml in capucine-0.2.5 vs examples/with-all/capucine.yaml in capucine-0.2.9

- old
+ new

@@ -1,30 +1,32 @@ -sass: true -coffee: true -incloudr: true +use_compass: true +use_coffeescript: true +use_incloudr: true -# # ---------------------------------------- -# sass_images_dir: public/images -# sass_files_dir: sass -# sass_output_dir: public/css_generated -# sass_line_comments: false -# sass_css_generated_style: expanded # compact | expanded | compressed -# sass_options: '{:cache => false}' +# ---------------[ COMPASS ]------------------------ +compass: + sass_dir: sass + css_dir: public/css_generated -# compass_config: {} -# compass_plugins: -# - compass-capucine + # output_style: expanded # compact | expanded | compressed + # line_comments: false + # sass_options: '{:cache => false}' # please use this format (a string) -# sass_import_css: false -# sass_import_formats: css to sass +# compass_plugins: + # - compass_twitter_bootstrap +# ---------------[ IMPORT ]------------------------ +# sass_import_css: true +# sass_import_formats: css to scss # sass_import_css_dir: public/css/import # sass_import_output_dir: sass/converted -# coffeescript_bare: false -# coffeescript_files_dir: coffeescript -# coffeescript_output_dir: public/js_generated +# ---------------[ COFFEESCRIPT ]-------------------------- +coffeescript_bare: false +coffeescript_files_dir: coffeescript +coffeescript_output_dir: public/js_generated +# ---------------[ INCLOUDR ]------------------------ # incloudr_output_dir: public/js_generated/modules incloudr_libs: - name: jquery -# DOCUMENTATION : http:// capucine.dln.name +# DOCUMENTATION : http:// capucine.dln.name \ No newline at end of file