(build {:keys [watch-dirs mode :figwheel.main/build :figwheel.main/build-once]
:as config}
options
cenv)
(build-once & build-ids)
Forces a single compile of the provided build ids.
Forces a single compile of the provided build ids.
(clean & build-ids)
Takes one or more builds ids and deletes their compiled artifacts.
Takes one or more builds ids and deletes their compiled artifacts.
(config-ansi-color-output! {:keys [:figwheel.main/config] :as cfg})
(config-connect-url {:keys [:figwheel.main/config repl-env-options] :as cfg}
connect-id)
(config-log-syntax-error-style! {:keys [:figwheel.main/config] :as cfg})
(config-open-file-command {:keys [:figwheel.main/config options] :as cfg})
(config-repl-connect {:keys [:figwheel.main/config options :figwheel.main/build]
:as cfg})
(figure-default-asset-path {:keys [figwheel-options options
:figwheel.main/config :figwheel.main/build]
:as cfg})
(get-repl-env-options {:keys [repl-env-options :figwheel.main/config options]
:as cfg})
(reset & build-ids)
If no args are provided, all current builds will be cleaned and restarted. Otherwise, this will clean and restart the provided build ids.
If no args are provided, all current builds will be cleaned and restarted. Otherwise, this will clean and restart the provided build ids.
(start & args)
Starts a Figwheel build process.
Deprecated see the documentation for figwheel.main.api/start
Starts a Figwheel build process. Deprecated see the documentation for figwheel.main.api/start
(start* join-server? build)
(start* join-server? figwheel-options-o-build bbuild & builds)
(start-background-builds {:keys [:figwheel.main/background-builds] :as cfg})
(start-builds & build-ids)
Takes one or more build names and starts them building.
Takes one or more build names and starts them building.
(start-join & args)
Deprecated see the documentation for figwheel.main.api/start-join
Deprecated see the documentation for figwheel.main.api/start-join
(status)
Displays the build ids of the builds are currently being watched and compiled.
Displays the build ids of the builds are currently being watched and compiled.
(stop-builds & build-ids)
Takes one or more build ids and stops watching and compiling them.
Takes one or more build ids and stops watching and compiling them.
(validate-basic-assumptions! {:keys [options :figwheel.main/config] :as cfg})
(validate-fix-target-classpath! {:keys [:figwheel.main/config
:figwheel.main/build options]})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close