Work around test failures due to timestamp changes.

This commit is contained in:
Chris Eppstein 2010-07-11 15:00:02 -07:00
parent 389a13d05f
commit 327f542acf
2 changed files with 5 additions and 1 deletions

View File

@ -8,3 +8,7 @@ output_style = :nested
# http_images_path = :relative
http_images_path = "/images"
line_comments = false
asset_cache_buster do |path, file|
"busted=true"
end

View File

@ -96,5 +96,5 @@ ul.pretty {
margin-left: 0; }
ul.pretty li {
padding-left: 14px;
background: url('/images/4x6.png?1278693488') no-repeat 4px 7px;
background: url('/images/4x6.png?busted=true') no-repeat 4px 7px;
list-style-type: none; }