From 8661c481cf21535729fcfc21af911865091d5d69 Mon Sep 17 00:00:00 2001 From: Mattias Pfeiffer Date: Wed, 4 May 2011 11:43:22 +0200 Subject: [PATCH] Fix comments for asset_cache_buster --- lib/compass/configuration/data.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/compass/configuration/data.rb b/lib/compass/configuration/data.rb index 0173fa93..ddc2de3a 100644 --- a/lib/compass/configuration/data.rb +++ b/lib/compass/configuration/data.rb @@ -73,8 +73,8 @@ module Compass # When called with a block, defines the cache buster strategy to be used. # If the block returns nil or a string, then it is appended to the url as a query parameter. # In this case, the returned string must not include the starting '?'. - # The block may also return a full path (i.e. /images/grid-BUSTED.png) and it - # will replace the original path and query string with the busted path returned. + # The block may also return a hash with :path and/or :query values and it + # will replace the original path and query string with the busted values returned. # The block will be passed the root-relative url of the asset. # If the block accepts two arguments, it will also be passed a File object # that points to the asset on disk -- which may or may not exist.