Work around test failures due to timestamp changes.
This commit is contained in:
parent
389a13d05f
commit
327f542acf
4
test/fixtures/stylesheets/compass/config.rb
vendored
4
test/fixtures/stylesheets/compass/config.rb
vendored
@ -8,3 +8,7 @@ output_style = :nested
|
|||||||
# http_images_path = :relative
|
# http_images_path = :relative
|
||||||
http_images_path = "/images"
|
http_images_path = "/images"
|
||||||
line_comments = false
|
line_comments = false
|
||||||
|
|
||||||
|
asset_cache_buster do |path, file|
|
||||||
|
"busted=true"
|
||||||
|
end
|
||||||
|
@ -96,5 +96,5 @@ ul.pretty {
|
|||||||
margin-left: 0; }
|
margin-left: 0; }
|
||||||
ul.pretty li {
|
ul.pretty li {
|
||||||
padding-left: 14px;
|
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; }
|
list-style-type: none; }
|
||||||
|
Loading…
Reference in New Issue
Block a user