Sha256: f05ca5bae8ade7d3c4f5d074deba106b4b8bded5c5ef8d0f5cfff96a869202fe

Contents?: true

Size: 123 Bytes

Versions: 17

Compression:

Stored size: 123 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 & 1 rubygems

Version Path
middleman-more-3.0.14 fixtures/asset-host-app/config.rb
middleman-more-3.1.0.beta.1 fixtures/asset-host-app/config.rb
middleman-more-3.0.13 fixtures/asset-host-app/config.rb
middleman-more-3.0.12 fixtures/asset-host-app/config.rb
middleman-more-3.0.12.pre.1 fixtures/asset-host-app/config.rb
middleman-more-3.0.11 fixtures/asset-host-app/config.rb
middleman-more-3.0.10.pre.1 fixtures/asset-host-app/config.rb
middleman-more-3.0.9 fixtures/asset-host-app/config.rb
middleman-more-3.0.8 fixtures/asset-host-app/config.rb
middleman-more-3.0.8.pre.2 fixtures/asset-host-app/config.rb
middleman-more-3.0.8.pre.1 fixtures/asset-host-app/config.rb
middleman-more-3.0.7 fixtures/asset-host-app/config.rb
middleman-more-3.0.6 fixtures/asset-host-app/config.rb
middleman-more-3.0.5 fixtures/asset-host-app/config.rb
middleman-more-3.0.4 fixtures/asset-host-app/config.rb
middleman-more-3.0.2 fixtures/asset-host-app/config.rb
middleman-more-3.0.1.pre fixtures/asset-host-app/config.rb