Skip to content

Commit

Permalink
Step 10 - Restructure resources dir
Browse files Browse the repository at this point in the history
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
  • Loading branch information
athomasoriginal committed Mar 7, 2020
1 parent 46e4699 commit 4b6b656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/index.html → resources/public/index.html
Expand Up @@ -6,6 +6,6 @@
</head>
<body>
<h1 class="site__title"><span class="site__title-text">Time Dive</span></h1>
<script src="/out/main.js"></script>
<script src="/cljs-out/dev-main.js"></script>
</body>
</html>
File renamed without changes.

0 comments on commit 4b6b656

Please sign in to comment.