From 6f50e76d2bf496549383b4c1fddcadb053b26b06 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 29 Apr 2019 08:57:10 +0200 Subject: Update asset version --- public/static/v7 | 1 - public/static/v9 | 1 + templates/layouts/default.html.ep | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 public/static/v7 create mode 120000 public/static/v9 diff --git a/public/static/v7 b/public/static/v7 deleted file mode 120000 index 945c9b4..0000000 --- a/public/static/v7 +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file diff --git a/public/static/v9 b/public/static/v9 new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/public/static/v9 @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index ee12097..a1bd73f 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -10,7 +10,7 @@ % } - % my $av = 'v8'; # asset version + % my $av = 'v9'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // stash('force_mobile'); -- cgit v1.2.3