Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Jan 26, 2017
1 parent b6d4644 commit c562f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script src="<%-build%>/web.vendor.bundle.js"></script>
<script src="<%-build%>/web.app.bundle.js"></script>
<% } else { %>
<script src="bundle.js"></script>
<script src="/bundle.js"></script>
<% } %>
</body>
</html>

0 comments on commit c562f11

Please sign in to comment.