github thheller/shadow-cljs 2.3.12

latest releases: 2.11.23, 2.11.22, 2.11.21...
5 years ago

Adds two new shadow.cljs.devtools.api fns for use from the REPL.
  • (api/watch-compile! :app) triggers a recompile of the given build (watch must be running)
  • (api/watch-compile-all!) triggers a recompile of all running watches

These are useful when running (api/watch :app {:autobuild false}) or if a build gets stuck for some reason and doesn't recompile (Please report if it does).

Fixes a bug where foo.min.css files weren't reloaded properly.

Don't miss a new shadow-cljs release

NewReleases is sending notifications on new releases.