diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-10-21 16:27:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-10-21 16:27:32 +0200 |
commit | 95cbc500ae6841ff552a7b299c127c0754fb3a23 (patch) | |
tree | 33079214873c668bff2633f05cc969f7e8107bb0 /templates | |
parent | f791a1ee6c52b94f6a8894362c683a33c9437bb9 (diff) |
Minify JS
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/default.html.ep | 4 |
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> |