Liking cljdoc? Tell your friends :D

bract.dev.reload

Utility functions for reloading namespaces and application state.

Utility functions for reloading namespaces and application state.
raw docstring

goclj

Stop application if running, followed by reinitializing the app. You must run bract.core.dev/start to start app. Same as 'bract.dev.reload/reset'.

Stop application if running, followed by reinitializing the app. You must run `bract.core.dev/start` to start app.
Same as 'bract.dev.reload/reset'.
sourceraw docstring

reinitclj

(reinit)

Re-initialize app

Re-initialize app
sourceraw docstring

resetclj

(reset)

Stop application if running, followed by reinitializing the app. You must run bract.core.dev/start to start app.

Stop application if running, followed by reinitializing the app. You must run `bract.core.dev/start` to start app.
sourceraw docstring

restartclj

(restart)

Stop application if running, followed by reinitializing the app and starting up.

Stop application if running, followed by reinitializing the app and starting up.
sourceraw docstring

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

× close