Sha256: 29c1a02c7dcc68d189583d422b3c16b77968b78b49d24dea3780ffe0a5472f2a

Contents?: true

Size: 122 Bytes

Versions: 17

Compression:

Stored size: 122 Bytes

Contents

set :layout, false

activate :asset_host
set :asset_host do |asset|
  "http://assets%d.example.com" % (asset.hash % 4)
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
middleman-more-3.0.0 fixtures/asset-host-app/config.rb
middleman-more-3.0.0.rc.4 fixtures/asset-host-app/config.rb
middleman-more-3.0.0.rc.3 fixtures/asset-host-app/config.rb
middleman-more-3.0.0.rc.2 fixtures/asset-host-app/config.rb
middleman-more-3.0.0.rc.1 fixtures/asset-host-app/config.rb
middleman-more-3.0.0.beta.3 fixtures/asset-host-app/config.rb
middleman-core-3.0.0.beta.3 fixtures/asset-host-app/config.rb
middleman-more-3.0.0.beta.2 fixtures/asset-host-app/config.rb
middleman-core-3.0.0.beta.2 fixtures/asset-host-app/config.rb
middleman-more-3.0.0.beta.1 fixtures/asset-host-app/config.rb
middleman-core-3.0.0.beta.1 fixtures/asset-host-app/config.rb
middleman-more-3.0.0.alpha.9 fixtures/asset-host-app/config.rb
middleman-core-3.0.0.alpha.9 fixtures/asset-host-app/config.rb
middleman-more-3.0.0.alpha.8 fixtures/asset-host-app/config.rb
middleman-core-3.0.0.alpha.8 fixtures/asset-host-app/config.rb
middleman-more-3.0.0.alpha.7 fixtures/asset-host-app/config.rb
middleman-core-3.0.0.alpha.7 fixtures/asset-host-app/config.rb