From 8695b61e3787009df59d7fc9a013bb4a1522d630 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 14 Mar 2016 11:17:46 +0100 Subject: move static files into separate subdirectory for easy static serving --- templates/infoscreen.html.ep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/infoscreen.html.ep') diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep index 7cdd870..0778d1f 100644 --- a/templates/infoscreen.html.ep +++ b/templates/infoscreen.html.ep @@ -8,12 +8,12 @@ % } - %= stylesheet '/infoscreen.css' + %= stylesheet '/static/infoscreen.css' % if ($self->browser->mobile) { - %= stylesheet '/mobile.css' + %= stylesheet '/static/mobile.css' % } - %= javascript '/jquery-2.1.1.min.js' - %= javascript '/collapse.js' + %= javascript '/static/jquery-2.1.1.min.js' + %= javascript '/static/collapse.js' -- cgit v1.2.3