summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-14 18:14:56 +0300
committerYuval Adam <_@yuv.al>2017-10-14 18:15:22 +0300
commit33eef57b24357f4a68d4c210b0b7b3b7633779cd (patch)
treeb969e1a7007b260f1e7605bbfff283459403d845 /templates/index.html
parente2005d0bc8f8e4c3a59d2e19a98ffb2c9651bce9 (diff)
Initial webpack build seems to work
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index f7f425b..d2ca23e 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -21,7 +21,6 @@
<div id="app" style="position:absolute;">
<root></root>
</div>
- <script src="{{ url_for('static', filename='js/app.js') }}"></script>
- <script type="text/javascript">require('geshem');</script>
+ <script src="{{ url_for('static', filename='js/build.js') }}"></script>
</body>
</html>