Skip to content

Commit

Permalink
[Docs] Tweak the code reloading docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Apr 17, 2024
1 parent 900f083 commit af37662
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/modules/ROOT/pages/usage/code_reloading.adoc
Expand Up @@ -82,7 +82,9 @@ buffers visiting files on the classpath. You can customize this behavior with

=== Using clj-reload

You can also use https://github.com/tonsky/clj-reload[clj-reload] instead.
NOTE: Support for `clj-reload` was introduced in CIDER 1.14.

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

NOTE: Down the road we may rename `cider-ns-refresh` to something more tool-agnostic (e.g. `cider-ns-smart-reload`) to reflect
that it supports different code reload tools now.

== Basic Code Reloading

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

0 comments on commit af37662

Please sign in to comment.