# !!!! NEVER EDIT THIS FILE !!!! # ALWAYS EDIT : capucine.yaml <% if config["compass_plugins_list"] and config["compass_plugins_list"].length != 0 %> <% for plugin in config["compass_plugins_list"] %> require "<%= plugin %>" <% end %> <% end %> project_type = :stand_alone <% for k, v in config["compass_custom"] %> <%= k %> = <%= v %> <% end %>