From cdbb3ee45bade7dbd8158b04dec766bf6f01e8cf Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 3 May 2019 21:02:24 +0200 Subject: use versioning for service worker and web app manifest --- templates/layouts/default.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index c7f0847..8b81a5e 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -8,9 +8,9 @@ - - - % my $av = 'v10'; # asset version + % my $av = 'v11'; # asset version + + %= stylesheet "/static/${av}/css/materialize.min.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/local.css" -- cgit v1.2.3