Sha256: 4e9e7caadf47614d0fb9c8264e902bca434516b9982aa9dc9e792f44b6e795d6
Contents?: true
Size: 577 Bytes
Versions: 4
Compression:
Stored size: 577 Bytes
Contents
# Require any additional compass plugins here. project_type = :stand_alone css_dir = "tmp" sass_dir = "sass" images_dir = "images" output_style = :compact # To enable relative image paths using the images_url() function: # http_images_path = :relative http_images_path = "/images" line_comments = false asset_cache_buster do |path, file| "busted=true" end asset_host do |path| "http://assets%d.example.com" % (path.size % 4) end add_asset_collection( :root_dir => "other/asset_collection", :http_dir => "ext-assets", :images_dir => "img", :sass_dir => "scss" )
Version data entries
4 entries across 4 versions & 1 rubygems