From 31bd17f760759252d21d5bb7ada8144aebecf4a5 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Thu, 4 Aug 2016 21:20:12 +0200 Subject: [PATCH] fix checks --- Rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rules b/Rules index a90ca1a..c815011 100644 --- a/Rules +++ b/Rules @@ -152,6 +152,10 @@ route '/**/*.{erb,html,md}' do "#{item.identifier.without_ext}.html" end +route '/**/*' do + item.identifier.to_s +end + # # # LAYOUTS