Skip to content
Snippets Groups Projects
Unverified Commit fe8da907 authored by Braden Shepherdson's avatar Braden Shepherdson Committed by GitHub
Browse files

Clean up dev and release CLJS and JS builds (#30072)

There are now four families of FE builds:

- `build` does a one-shot dev build.
- `build-watch` watches for changes and does dev rebuilds; no server.
- `build-hot` is `build-watch` plus a development web server.
- `build-release` is a one-shot release mode build.

Each family has `:cljs` and `:js` variants, to build just one part.
parent b2429ef6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment