Liking cljdoc? Tell your friends :D

duct.server.figwheel

Integrant methods for running a Figwheel server.

Integrant methods for running a Figwheel server.
raw docstring

build-cljsclj

(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.
sourceraw docstring

cljs-replclj

(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.
sourceraw docstring

rebuild-cljsclj

(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.
sourceraw docstring

refresh-cssclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close