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

12 lines
174 B
Ruby
Raw Normal View History

# frozen_string_literal: true
%w[
2014-05-24 23:23:00 -04:00
/auto-js.html
/auto-js
/auto-js/
/auto-js/auto-js.html
/auto-js/sub/auto-js.html
].each do |path|
2014-05-24 23:23:00 -04:00
page path, layout: false
end