fix: point to correct JS/CSS files in webpack-dev-server
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user