Use pinkgorilla.bundler to create a dyanamic configuration files, with which shadow-cljs can build bundles.
(pinkgorilla.bundler/generate-config-bundle bundle-name bundle-settings)
; It is expected that you have shadow-cljs installed.
; build bundles:
./build-small.sh
./build-gorilla.sh
./builld-mariacloud.sh
; run the webserver that provides the bundles
lein run-bundle-server
this starts a server on port 2705.
Can you improve this documentation? These fine people already did:
awb99 & Andreas SteffanEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close