Sha256: 59d8a340958ef963b37c5a07b634344af3b3cef61c799036589d14c2b726ed83

Contents?: true

Size: 985 Bytes

Versions: 60

Compression:

Stored size: 985 Bytes

Contents

# -*- coding: utf-8 -*-
proxy "/fake.html", "/real.html", :layout => false
proxy "fake2.html", "/real.html", :layout => false
proxy "fake3.html", "real.html", :layout => false
proxy "/fake4.html", "real.html", :layout => false

proxy "/target_ignore.html", "/should_be_ignored3.html", :ignore => true
proxy "target_ignore2.html", "/should_be_ignored6.html", :ignore => true
proxy "target_ignore3.html", "should_be_ignored7.html", :ignore => true
proxy "/target_ignore4.html", "should_be_ignored8.html", :ignore => true

%w(one two).each do |num|
  proxy "/fake/#{num}.html", "/real/index.html", :ignore => true, :locals => { :num => num }
  proxy "fake2/#{num}.html", "/real/index.html", :ignore => true, :locals => { :num => num }
  proxy "fake3/#{num}.html", "real/index.html", :ignore => true, :locals => { :num => num }
  proxy "/fake4/#{num}.html", "real/index-ivars.html", :ignore => true do
    @num = num
  end
end

proxy "明日がある.html", "/real.html", :layout => false

Version data entries

60 entries across 60 versions & 3 rubygems

Version Path
middleman-core-3.0.12 fixtures/proxy-pages-app/config.rb
middleman-core-x86-mingw32-3.0.12.pre.1 fixtures/proxy-pages-app/config.rb
middleman-core-3.0.12.pre.1 fixtures/proxy-pages-app/config.rb
middleman-core-x86-mingw32-3.0.11 fixtures/proxy-pages-app/config.rb
middleman-core-3.0.11 fixtures/proxy-pages-app/config.rb
middleman-core-x86-mingw32-3.0.10 fixtures/proxy-pages-app/config.rb
middleman-core-x86-mingw32-3.0.10.pre.1 fixtures/proxy-pages-app/config.rb
middleman-core-3.0.10.pre.1 fixtures/proxy-pages-app/config.rb
middleman-core-x86-mingw32-3.0.9 fixtures/proxy-pages-app/config.rb
middleman-core-3.0.9 fixtures/proxy-pages-app/config.rb
middleman-core-x86-mingw32-3.0.8 fixtures/proxy-pages-app/config.rb
middleman-core-3.0.8 fixtures/proxy-pages-app/config.rb
middleman-core-x86-mingw32-3.0.8.pre.2 fixtures/proxy-pages-app/config.rb
middleman-core-3.0.8.pre.2 fixtures/proxy-pages-app/config.rb
middleman-core-x86-mingw32-3.0.8.pre.1 fixtures/proxy-pages-app/config.rb
middleman-core-3.0.8.pre.1 fixtures/proxy-pages-app/config.rb
middleman-core-x86-mingw32-3.0.7 fixtures/proxy-pages-app/config.rb
middleman-core-3.0.7 fixtures/proxy-pages-app/config.rb
middleman-core-x86-mingw32-3.0.6 fixtures/proxy-pages-app/config.rb
middleman-core-3.0.6 fixtures/proxy-pages-app/config.rb