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/main.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/main.html.ep') diff --git a/templates/main.html.ep b/templates/main.html.ep index 75c8791..cb18d93 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -4,9 +4,9 @@ <%= $title %> - %= stylesheet '/main.css' - %= javascript '/jquery-2.1.1.min.js' - %= javascript '/image.js' + %= stylesheet '/static/main.css' + %= javascript '/static/jquery-2.1.1.min.js' + %= javascript '/static/image.js' -- cgit v1.2.3