Sha256: 5fa625a1bcf071b8559e690eacfa837538c6490b6a122c5b16e54053ca8fcdce

Contents?: true

Size: 836 Bytes

Versions: 50

Compression:

Stored size: 836 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 }
end

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

Version data entries

50 entries across 50 versions & 3 rubygems

Version Path
middleman-core-4.6.0 fixtures/proxy-pages-app/config.rb
middleman-core-4.5.1 fixtures/proxy-pages-app/config.rb
middleman-core-4.5.0 fixtures/proxy-pages-app/config.rb
middleman-core-4.4.3 fixtures/proxy-pages-app/config.rb
middleman-core-4.4.2 fixtures/proxy-pages-app/config.rb
middleman-core-4.4.0 fixtures/proxy-pages-app/config.rb
middleman-core-4.3.11 fixtures/proxy-pages-app/config.rb
middleman-core-4.3.10 fixtures/proxy-pages-app/config.rb
middleman-core-4.3.8 fixtures/proxy-pages-app/config.rb
middleman-core-4.3.7 fixtures/proxy-pages-app/config.rb
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/fixtures/proxy-pages-app/config.rb
middleman-core-4.3.6 fixtures/proxy-pages-app/config.rb
middleman-core-4.3.5 fixtures/proxy-pages-app/config.rb
middleman-core-4.3.4 fixtures/proxy-pages-app/config.rb
middleman-core-4.3.3 fixtures/proxy-pages-app/config.rb
middleman-core-4.3.2 fixtures/proxy-pages-app/config.rb
middleman-core-4.3.1 fixtures/proxy-pages-app/config.rb
middleman-core-4.3.0 fixtures/proxy-pages-app/config.rb
middleman-core-with-external-sources-watch-fix-4.1.10 fixtures/proxy-pages-app/config.rb
middleman-core-with-external-sources-watch-fix-4.1.0 fixtures/proxy-pages-app/config.rb