Liking cljdoc? Tell your friends :D

duct.component.figwheel

A component for running Figwheel servers.

A component for running Figwheel servers.
raw docstring

build-cljsclj

(build-cljs {:keys [server prepped]})

Tell a Figwheel server component to build any modified ClojureScript source files, and to send the new code to the connected clients.

Tell a Figwheel server component 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 component to rebuild all ClojureScript source files, and to send the new code to the connected clients.

Tell a Figwheel server component 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 component to update the CSS of connected clients.

Tell a Figwheel server component to update the CSS of connected clients.
sourceraw docstring

serverclj

(server options)

Create a new Figwheel server with the supplied option map. See the Figwheel documentation for a full explanation of what options are allowed.

Create a new Figwheel server with the supplied option map. See the Figwheel
documentation for a full explanation of what options are allowed.
sourceraw docstring

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

× close