Skip to content

Commit

Permalink
Modified codegen to include app.js in ihp boilerplate static
Browse files Browse the repository at this point in the history
  • Loading branch information
Montmorency committed Aug 31, 2021
1 parent 99dccbc commit ba0e9f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IHP/IDE/CodeGen/ApplicationGenerator.hs
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={\"/app.js\"}></script>\n"
<> " |]\n"
<> "\n"
<> "devScripts :: Html\n"
Expand Down

0 comments on commit ba0e9f7

Please sign in to comment.