content/shared/capucine.yaml in capucine-0.2.5 vs content/shared/capucine.yaml in capucine-0.2.9

- old
+ new

@@ -1,34 +1,36 @@ -sass: true -# coffee: true -# incloudr: true +use_compass: true +# use_coffeescript: true +# use_incloudr: true -# # ---------------[ SASS ]------------------------ -# sass_files_dir: sass -# sass_output_dir: public/css_generated +# ---------------[ COMPASS ]------------------------ +use_libsass: false +compass: + sass_dir: sass + css_dir: public/css_generated + images_dir: public/images -# sass_images_dir: public/images -# sass_line_comments: false -# sass_css_generated_style: expanded # compact | expanded | compressed -# sass_options: '{:cache => false}' + # 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 + # - compass-capucine + +# ---------------[ IMPORT ]------------------------ +# sass_import_css: true +# sass_import_formats: css to scss # sass_import_css_dir: public/css/import # sass_import_output_dir: sass/converted -# # ---------------[ COMPASS ]------------------------ -# compass_config: {} -# compass_plugins: -# - compass-capucine - -# # ---------------[ COFFEESCRIPT ]-------------------------- +# ---------------[ COFFEESCRIPT ]-------------------------- # coffeescript_bare: false # coffeescript_files_dir: coffeescript # coffeescript_output_dir: public/js_generated -# # ---------------[ INCLOUDR ]------------------------ +# ---------------[ 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