Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 740 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 740 Bytes

Release build example for shadow-cljs

build ClojureScript projects into modules with hashes in files.

Usage

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:

License

MIT