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

10 lines
143 B
Ruby
Raw Normal View History

2014-05-25 05:23:00 +02:00
%w{
/auto-js.html
/auto-js
/auto-js/
/auto-js/auto-js.html
/auto-js/sub/auto-js.html
}.each do |path|
page path, layout: false
end