fix: point to correct JS/CSS files in webpack-dev-server

This commit is contained in:
Baptiste Grob
2020-08-17 16:23:33 +02:00
parent 2b6ea792ae
commit 7b070b789e

View File

@@ -33,8 +33,8 @@
window._batch_manager_location = "public/extensions/batch-manager/dist/index.min.html";
</script>
<script src="javascripts/app.js"></script>
<link rel="stylesheet" media="all" href="stylesheets/app.css" debug="false" />
<script src="/dist/javascripts/app.js"></script>
<link rel="stylesheet" media="all" href="/dist/stylesheets/app.css" debug="false" />
</head>