summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-10-21 16:27:32 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-10-21 16:27:32 +0200
commit95cbc500ae6841ff552a7b299c127c0754fb3a23 (patch)
tree33079214873c668bff2633f05cc969f7e8107bb0 /templates/layouts
parentf791a1ee6c52b94f6a8894362c683a33c9437bb9 (diff)
Minify JS
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 19be177..ffbb5ef 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -10,9 +10,9 @@
%= stylesheet '/static/css/local.css'
%= javascript '/static/js/jquery-2.2.4.min.js'
%= javascript '/static/js/materialize.min.js'
- %= javascript '/static/js/travelynx-actions.js'
+ %= javascript '/static/js/travelynx-actions.min.js'
% if (stash('with_geolocation')) {
- %= javascript '/static/js/geolocation.js'
+ %= javascript '/static/js/geolocation.min.js'
% }
</head>
<body>