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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |