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