compass/test/fixtures/stylesheets/image_urls/config.rb

20 lines
436 B
Ruby
Raw Normal View History

# 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"
2010-10-11 08:51:53 +00:00
line_comments = false
asset_cache_buster do |path, file|
"busted=true"
end
2010-10-11 08:51:53 +00:00
asset_host do |path|
2010-10-11 08:51:53 +00:00
"http://assets%d.example.com" % (path.size % 4)
end