From e1fa733a053439f801f402fa8072eb26dc71c91b Mon Sep 17 00:00:00 2001 From: Anatoly Date: Mon, 28 Dec 2015 12:05:54 -0500 Subject: [PATCH] [docs packaging]: clojure/script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11cd454..6897f26 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ Providing a `:stop` function _is_ optional, but in case a state needs to be clea ## Packaging -Since `mount` relies on the Clojure Compiler to learn about all the application states, before `mount/start` is called all the namespaces that have `defstate`s need to be compiled. +Since `mount` relies on the Clojure/Script Compiler to learn about all the application states, before `mount/start` is called all the namespaces that have `defstate`s need to be compiled. At the development time this requirement is mostly transparent, since these namespaces are compiled with nREPL, or refreshed with "tools.namespace", etc. But it becomes important when _packaging_ an application or when starting a web application via [lein-ring](https://github.com/weavejester/lein-ring#general-options)'s or [boot-http](https://github.com/pandeiro/boot-http#-i----init-and--c----cleanup)'s `:init` hooks.