From ecdb462bbfc5393056b66d41b9a502d334bf5415 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 14 Mar 2016 11:11:57 +0100 Subject: move css/js into static subdirectory to allow easy static serving --- templates/layouts/default.html.ep | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 0d8095d..9217b7a 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -9,13 +9,13 @@ % } - %= stylesheet '/default.css' + %= stylesheet '/static/default.css' % if ($self->browser->mobile) { - %= stylesheet '/mobile.css' + %= stylesheet '/static/mobile.css' % } - %= javascript '/jquery-1.10.2.min.js' - %= javascript '/collapse.js' - %= javascript '/marquee.js' + %= javascript '/static/jquery-1.10.2.min.js' + %= javascript '/static/collapse.js' + %= javascript '/static/marquee.js' %= javascript begin $(function () { $('marquee').marquee() }); % end -- cgit v1.2.3