A component for running Figwheel servers.
A component for running Figwheel servers.
(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.
(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 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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close