Fork me on GitHub
#shadow-cljs
<
2020-11-29
>
RollACaster11:11:07

Hi, is there any common practice to include the hashes from https://shadow-cljs.github.io/docs/UsersGuide.html#NameHashing into the index.html file? The User Guide states: > The https://shadow-cljs.github.io/docs/UsersGuide.html#BrowserManifest can help with that. How is the Output Manifest commonly used to do this task?

thheller11:11:39

copies the index.src.html and modifies the <script src="/js/main.js"> (or whatever your modules and paths are)

RollACaster11:11:53

ah perfect, thanks!