Sha256: f5b3c80cac3e8e2bc20c2e15de5f63f450a8f506abd612f1e85bf2ab1fee0ad1

Contents?: true

Size: 1 KB

Versions: 62

Compression:

Stored size: 1 KB

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 at "test-app"
    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 at "test-app"
    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 at "test-app"
    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 at "test-app"
    When I go to "/cache-buster.html"
    Then I should not see "?"

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
middleman-2.0.9.pre.2 features/cache_buster.feature
middleman-2.0.9.pre-x86-mswin32 features/cache_buster.feature
middleman-2.0.9.pre features/cache_buster.feature
middleman-2.0.8 features/cache_buster.feature
middleman-2.0.7 features/cache_buster.feature
middleman-2.0.6 features/cache_buster.feature
middleman-2.0.5 features/cache_buster.feature
middleman-2.0.4 features/cache_buster.feature
middleman-2.0.3 features/cache_buster.feature
middleman-2.0.2 features/cache_buster.feature
middleman-2.0.1.1 features/cache_buster.feature
middleman-2.0.1 features/cache_buster.feature
middleman-2.0.0.3 features/cache_buster.feature
middleman-2.0.0.2 features/cache_buster.feature
middleman-2.0.0.1 features/cache_buster.feature
middleman-2.0.0 features/cache_buster.feature
middleman-2.0.0.rc99 features/cache_buster.feature
middleman-2.0.0.rc98 features/cache_buster.feature
middleman-2.0.0.rc97 features/cache_buster.feature
middleman-2.0.0.rc96 features/cache_buster.feature