Liking cljdoc? Tell your friends :D

figwheel-sidecar.components.cljs-autobuild


catch-print-hookclj

(catch-print-hook build-fn)

Build middleware hook that catches and prints errors.

Build middleware hook that catches and prints errors.
sourceraw docstring

cljs-autobuildclj

(cljs-autobuild {:keys [build-config] :as opts})

Creates a ClojureScript autobuilding component that watches ClojureScript source files for changes and then compiles them. This component relies on a :figwheel-server component and this component should satisfy the figwheel-sidecar.components.figwheel-server/ChannelServer protocol.

You need to at least supply this component with a :build-config.

You may optionally supply a :cljs-build-fn for this component to use.

Creates a ClojureScript autobuilding component that watches
ClojureScript source files for changes and then compiles them. This
component relies on a :figwheel-server component and this component
should satisfy the
figwheel-sidecar.components.figwheel-server/ChannelServer protocol.

You need to at least supply this component with a :build-config.

You may optionally supply a :cljs-build-fn for this component to
use.
sourceraw docstring

cljs-buildclj

(cljs-build {:keys [build-config]})
source

color-outputclj

(color-output build-fn)
source

create-deadman-app-jsclj

(create-deadman-app-js build-config output-to-filepath exception)
source

deadman-header-commentclj

(deadman-header-comment)
source

deadman-output-to-file?clj

(deadman-output-to-file? output-to-file)
source

execute-buildclj

(execute-build {:keys [figwheel-server] :as cljs-autobuild} files)
source

extract-cljs-build-fnclj

(extract-cljs-build-fn {:keys [figwheel-server] :as cljs-autobuild})
source

extract-data-for-deadman-appclj

(extract-data-for-deadman-app build-config e)
source

figwheel-buildclj

source

figwheel-build-without-clj-reloadingclj

source

figwheel-build-without-javascript-reloadingclj

source

figwheel-start-and-end-messagesclj

(figwheel-start-and-end-messages build-fn)
source

handle-notify-commandclj

(handle-notify-command build-state s)
source

notify-command-hookclj

(notify-command-hook build-fn)
source

open-urlsclj

(open-urls build-state)
source

open-urls-hookclj

(open-urls-hook build-fn)
source

open-urls-onceclj

source

source-paths-that-affect-buildclj

(source-paths-that-affect-build {:keys [build-options watch-paths]})
source

time-elapsedclj

(time-elapsed started-at)
source

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

× close