You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/clojure.tools.build.api.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@
4
4
Use `resolve-path` to resolve relative paths in terms of the *project-root*.
5
5
Use `set-project-root!` to override the default for all tasks.</pre></div></div><divclass="public anchor" id="var-compile-clj"><h3>compile-clj</h3><divclass="usage"><code>(compile-clj params)</code></div><divclass="doc"><preclass="plaintext">Compile Clojure source to classes in :class-dir.
6
6
7
-
Clojure source files are found in :basis paths by default, else in :src-dirs.
7
+
Clojure source files are found in :basis :paths by default, or override with :src-dirs.
8
8
9
9
Namespaces and order of compilation are one of:
10
10
* :ns-compile - compile these namespaces, in this order
11
-
* :sort - find all namespaces in source dirs and use either :topo (default)
11
+
* :sort - find all namespaces in source files and use either :topo (default)
0 commit comments