2009-11-30 14:32:02 -05:00
|
|
|
with_layout false do
|
|
|
|
page "/inline-css.html"
|
|
|
|
page "/inline-js.html"
|
2011-05-22 11:27:39 -04:00
|
|
|
page "/inline-coffeescript.html"
|
2011-06-02 13:48:56 -04:00
|
|
|
page "/slim.html"
|
2011-07-06 13:29:07 -04:00
|
|
|
page "/data.html"
|
2011-07-07 01:41:12 -04:00
|
|
|
page "/page-classes.html"
|
|
|
|
page "/sub1/page-classes.html"
|
|
|
|
page "/sub1/sub2/page-classes.html"
|
2009-11-03 15:49:54 -05:00
|
|
|
|
2011-07-07 01:41:12 -04:00
|
|
|
%w{
|
|
|
|
/auto-css.html
|
|
|
|
/auto-css
|
|
|
|
/auto-css/
|
|
|
|
/auto-css/auto-css.html
|
|
|
|
/auto-css/sub/auto-css.html
|
|
|
|
}.each do |path|
|
|
|
|
page path
|
|
|
|
end
|
2009-11-03 15:49:54 -05:00
|
|
|
|
2011-07-07 01:41:12 -04: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
|
|
|
|
end
|
|
|
|
end
|