Release build example for shadow-cljs
build ClojureScript projects into modules with hashes in files.
To compile to dist/:
yarn
yarn shadow-cljs compile appTo build to dist/:
yarn del
yarn shadow-cljs release appInformations about files are saved in dist/manifest.json, which can be used to generate HTML.
Note: configs in :release will overwrite :app config, which is used in :comiple.
Docs related:
MIT