content/templates/compass_config.erb in capucine-0.2.5 vs content/templates/compass_config.erb in capucine-0.2.9

- old
+ new

@@ -5,17 +5,10 @@ <% for plugin in config["compass_plugins_list"] %> require "<%= plugin %>" <% end %> <% end %> -images_dir = "<%= config["sass_images_dir"] %>" -sass_dir = "<%= config["sass_files_dir"] %>" -css_dir = "<%= config["sass_output_dir"] %>" -line_comments = <%= config["sass_line_comments"] %> -output_style = :<%= config["sass_css_generated_style"] %> -sass_options = <%= config["sass_options"] %> +project_type = :stand_alone -<% if config["compass_config"] and config["compass_config"].length != 0 %> -<% for k, v in config["compass_config"] %> +<% for k, v in config["compass_custom"] %> <%= k %> = <%= v %> <% end %> -<% end %> \ No newline at end of file