Skip to content

Commit

Permalink
fix: point to correct JS/CSS files in webpack-dev-server
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Aug 17, 2020
1 parent 2b6ea79 commit 7b070b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 7b070b7

Please sign in to comment.