Sha256: c53e2beb3e73052e949c98a800e03b9d046e5c5d2ad52cbe8acc155d4aee94b9

Contents?: true

Size: 698 Bytes

Versions: 2

Compression:

Stored size: 698 Bytes

Contents

# !!!! 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 %>

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"] %>

<% if config["compass_config"] and config["compass_config"].length != 0 %>
<% for k, v in config["compass_config"] %>
<%= k %> = <%= v %>
<% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capucine-0.2.5 content/templates/compass_config.erb
capucine-0.2.4 content/templates/compass_config.erb