Release build example for shadow-cljs
build ClojureScript projects into modules with hashes in files.
To compile to dist/
:
yarn
yarn shadow-cljs compile app
To build to dist/
:
yarn del
yarn shadow-cljs release app
Informations 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