1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/fixtures/auto-js-app/config.rb

11 lines
174 B
Ruby

# frozen_string_literal: true
%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