elm-hot
Version:
Hot code swapping for Elm
17 lines (16 loc) • 490 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Main</title>
<script type="text/javascript" src="client.js"></script>
<script type="text/javascript" src="build/FullScreenEmptyInit.js"></script>
</head>
<body>
<script>
connect("FullScreenEmptyInit");
Elm.FullScreenEmptyInit.init(); // IMPORTANT: we pass NOTHING to `init()`
// this is allowed for `Browser.document` and `Browser.application`
</script>
</body>
</html>