diff options
| author | Yuval Adam <_@yuv.al> | 2017-10-13 11:33:57 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-10-13 11:33:57 +0300 |
| commit | 013346d395118aafe0a74fa58d50aaeec023bf00 (patch) | |
| tree | 4ef5b29682dd985cee1a03ff9daf369289e90e42 /templates | |
| parent | 0ddc48530413d99176763d33f1b19063678a9c5a (diff) | |
Fucking hell webpack
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index b6754cc..9e31d6d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,9 +14,6 @@ ga('send', 'pageview'); </script> {% endif %} - <script src="{{ url_for('static', filename='js/vue' + ('.min' if debug else '') + '.js') }}"></script> - <script src='https://api.mapbox.com/mapbox-gl-js/v0.40.1/mapbox-gl.js'></script> - <link href='https://api.mapbox.com/mapbox-gl-js/v0.40.1/mapbox-gl.css' rel='stylesheet' /> </head> <body style="margin: 0;"> <script>window.imgs = {{ imgs|safe }};</script> |
