Integrant methods for running a Figwheel server.
Integrant methods for running a Figwheel server.
(build-cljs {:keys [server prepped]})
Tell a Figwheel server to build any modified ClojureScript source files, and to send the new code to the connected clients.
Tell a Figwheel server to build any modified ClojureScript source files, and to send the new code to the connected clients.
(cljs-repl {:keys [server prepped]})
(cljs-repl {:keys [server prepped]} build-id)
Open a ClojureScript REPL through the Figwheel server.
Open a ClojureScript REPL through the Figwheel server.
(rebuild-cljs {:keys [server prepped]})
Tell a Figwheel server to rebuild all ClojureScript source files, and to send the new code to the connected clients.
Tell a Figwheel server to rebuild all ClojureScript source files, and to send the new code to the connected clients.
(refresh-css {:keys [server css-watch]})
Tell a Figwheel server to update the CSS of connected clients.
Tell a Figwheel server to update the CSS of connected clients.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close