Skip to content

Commit 4b6b656

Browse files
committed
Step 10 - Restructure resources dir
Do this so figwheel can load your custom HTML and CSS rather than figwheels default HTML and CSS and we also update the script tag to point to the place where figwheel will store our compiled ClojureScript
1 parent 46e4699 commit 4b6b656

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</head>
77
<body>
88
<h1 class="site__title"><span class="site__title-text">Time Dive</span></h1>
9-
<script src="/out/main.js"></script>
9+
<script src="/cljs-out/dev-main.js"></script>
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)