Skip to content

Commit

Permalink
Merge pull request #1079 from Montmorency/codegen-app-js
Browse files Browse the repository at this point in the history
Codegen app.js
  • Loading branch information
mpscholten authored Sep 4, 2021
2 parents ea6bcf7 + 2db81b8 commit 383de70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IHP/IDE/CodeGen/ApplicationGenerator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ generateGenericApplication applicationName =
<> " <script src={assetPath \"/vendor/turbolinksMorphdom.js\"}></script>\n"
<> " <script src={assetPath \"/helpers.js\"}></script>\n"
<> " <script src={assetPath \"/ihp-auto-refresh.js\"}></script>\n"
<> " <script src={assetPath \"/app.js\"}></script>\n"
<> " |]\n"
<> "\n"
<> "devScripts :: Html\n"
Expand Down

0 comments on commit 383de70

Please sign in to comment.