There are some instructions in the
also about deploying to clojars (at the bottom):
lein with-profile deploy deploy clojars
but "deploy deploy" is really written twice there so I'm not sure if it's correct or not. The
./scripts/build
seems to be running fine but it produces only a js file.
$ bash -c ./scripts/build
[Figwheel] Validating figwheel-main.edn
[Figwheel] figwheel-main.edn is valid \(ツ)/
[Figwheel] Compiling build plugin to "resources/public/plugin/public/cljs-out/plugin-main.js"
Jun 27, 2020 10:35:18 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: WARNING - unknown @define variable figwheel.core.load_warninged_code
Jun 27, 2020 10:35:18 PM com.google.javascript.jscomp.LoggerErrorManager printSummary
WARNING: 0 error(s), 1 warning(s)
[Figwheel] Successfully compiled build plugin to "resources/public/plugin/public/cljs-out/plugin-main.js" in 111.289 seconds.
[Figwheel] Validating figwheel-main.edn
[Figwheel] figwheel-main.edn is valid \(ツ)/
[Figwheel] Compiling build plugin_prod to "resources/public/plugin_prod/public/cljs-out/plugin_prod-main.js"
Jun 27, 2020 10:36:47 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: WARNING - unknown @define variable figwheel.core.load_warninged_code
Jun 27, 2020 10:36:47 PM com.google.javascript.jscomp.LoggerErrorManager printSummary
WARNING: 0 error(s), 1 warning(s)
[Figwheel] Successfully compiled build plugin_prod to "resources/public/plugin_prod/public/cljs-out/plugin_prod-main.js" in 70.3 seconds.