Analysis cache and macro precompiled files are stored under /cache
.
The cache files are generated with shadow-cljs
.
You need to add the dependencies and the namespaces in cache-shadow/shadow-cljs.edn
(don't forget to update :entries
or :macros
) and run from the cache-shadow
cd cache-shadow
yarn
- Run
./update-cache
to generate the files and copy them to./cache
folder - Commit
./cache
to master branch - Push
master
branch. Github will make the files available through Github pages mechanism at https://viebel.github.io/cljs-analysis-cache/cache/
shadow-cljs
is able to generate analysis cache as it is explained here, and the code is here