Skip to content

Commit af37662

Browse files
committed
[Docs] Tweak the code reloading docs a bit
1 parent 900f083 commit af37662

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/modules/ROOT/pages/usage/code_reloading.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ buffers visiting files on the classpath. You can customize this behavior with
8282

8383
=== Using clj-reload
8484

85-
You can also use https://github.com/tonsky/clj-reload[clj-reload] instead.
85+
NOTE: Support for `clj-reload` was introduced in CIDER 1.14.
86+
87+
You can also use `cider-ns-refresh` with https://github.com/tonsky/clj-reload[clj-reload] instead of `clojure.tools.namespace`.
8688
It provides support for
8789
https://github.com/tonsky/clj-reload/blob/469da68/README.md#usage-keeping-vars-between-reloads[keeping vars between reloads]
8890
among some
@@ -99,6 +101,9 @@ https://github.com/tonsky/clj-reload/blob/469da68/README.md##usage[the usage doc
99101
. If you don't set them manually, it will default to the current project's resource dirs in the same
100102
way `tools.namespace` does.
101103

104+
NOTE: Down the road we may rename `cider-ns-refresh` to something more tool-agnostic (e.g. `cider-ns-smart-reload`) to reflect
105+
that it supports different code reload tools now.
106+
102107
== Basic Code Reloading
103108

104109
Sometimes, `cider-ns-refresh` may not work for you. If you're looking

0 commit comments

Comments
 (0)