Sha256: bd72aec015fc63be75e6f19f04f9b3ae5770e1309e5ede97285f6df0915525c8
Contents?: true
Size: 761 Bytes
Versions: 15
Compression:
Stored size: 761 Bytes
Contents
<% if css_dir %>set :css_dir, "<%= css_dir -%>"<% end %> <% if js_dir %>set :js_dir, "<%= js_dir -%>"<% end %> <% if images_dir %>set :images_dir, "<%= images_dir -%>"<% end %> # Helpers helpers do def some_helper(*args) "Helping" end end # Automatic sitemaps # enable :slickmap # Automatic image dimension calculations # enable :automatic_image_sizes # Build-specific configuration configure :build do # For example, change the Compass output style for deployment # enable :minify_css # Minify Javascript on build # enable :minify_javascript # Shrink/smush PNG/JPEGs on build # enable :smush_pngs # Or use a different image path # set :http_path, "/Content/images/" # Disable cache buster # disable :cache_buster end
Version data entries
15 entries across 15 versions & 1 rubygems