Released https://github.com/ikappaki/scittlets of the https://github.com/ikappaki/scittlets CLI, introducing the scittlets pack command, which inlines external .cljs files (referenced via <script src>) into a standalone HTML file.
In addition to optimizing loading, this removes the need for a local server to serve the Scittle .cljs files when simply viewing the page. The resulting HTML file can opened directly using a browser's Open File option and shared easily, for example, via email.
Scittles CLI: https://github.com/ikappaki/scittlets?tab=readme-ov-file#cli-scittlets
nice!