middleman/middleman-core/fixtures/auto-js-app/config.rb

11 lines
170 B
Ruby
Raw Normal View History

with_layout false do
%w{
/auto-js.html
/auto-js
/auto-js/
/auto-js/auto-js.html
/auto-js/sub/auto-js.html
}.each do |path|
page path
end
end