Sha256: a2a89caaf1e13be8248bf144eb20278b5a3f0342023c366cb4212013ce5d45b0
Contents?: true
Size: 969 Bytes
Versions: 2
Compression:
Stored size: 969 Bytes
Contents
Feature: Generate mtime-based query string for busting browser caches In order to display the most recent content for IE & CDNs and appease YSlow Scenario: Rendering css with the feature disabled Given "cache_buster" feature is "disabled" And the Server is running When I go to "/stylesheets/relative_assets.css" Then I should not see "?" Scenario: Rendering html with the feature disabled Given "cache_buster" feature is "disabled" And the Server is running When I go to "/cache-buster.html" Then I should not see "?" Scenario: Rendering css with the feature enabled Given "cache_buster" feature is "enabled" And the Server is running When I go to "/stylesheets/relative_assets.css" Then I should see "?" Scenario: Rendering html with the feature enabled Given "cache_buster" feature is "enabled" And the Server is running When I go to "/cache-buster.html" Then I should not see "?"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-2.0.0.rc92 | features/cache_buster.feature |
middleman-2.0.0.rc91 | features/cache_buster.feature |