Skip to content

Commit

Permalink
Merge pull request #36 from stoikerty/feature/minor-route-fix
Browse files Browse the repository at this point in the history
add preceding slash for js files in development
  • Loading branch information
stoikerty authored Jan 17, 2017
2 parents 0b57857 + 6ba52c1 commit 1808929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dev-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-toolkit",
"version": "5.5.0",
"version": "5.5.1",
"description": "Development Toolkit for React Veterans",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<script src="{{this.entry}}"></script>
{{/each}}
{{else}}
<script src="vendor.js"></script>
<script src="app.js"></script>
<script src="/vendor.js"></script>
<script src="/app.js"></script>
{{/if}}
</body>
</html>

0 comments on commit 1808929

Please sign in to comment.