mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
5 lines
190 B
Ruby
5 lines
190 B
Ruby
set :build_dir, ".build"
|
|
|
|
ignore "/should_be_ignored.html"
|
|
page "/should_be_ignored2.html", :ignore => true
|
|
page "/target_ignore.html", :proxy => "/should_be_ignored3.html", :ignore => true
|