Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 3c2d2bd

Browse files
committed
Add a section on clojure script workflows
1 parent 40929bb commit 3c2d2bd

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,19 @@ There are 3 ways to eval ClojureScript, 2 of which use your ClojureScript javasc
2424
* Release the new version of lein-light-nrepl to [clojars](https://clojars.org/lein-light-nrepl)
2525
* No process for upgrading `clojure-mode.js` until [this issue](https://github.com/LightTable/Clojure/issues/26) is addressed.
2626

27-
###License
27+
## ClojureScript Workflows
28+
29+
For ClojureScript projects:
30+
31+
Your project is connected to a browser. Recompile cljs outside of LT with project's cljs compile tool e.g. `lein cljsbuild auto`.
32+
Most changes can be evaled. However, if adding project dependencies or requires to ns, refresh the browser page after cljs has been compiled.
33+
34+
For LightTable plugins:
35+
36+
Your project is connected to `LightTable UI`. When you save any plugin cljs file, compiled js is generated and saved. Any change
37+
can be eval-ed.
38+
39+
## License
2840

2941
Copyright (C) 2013 Kodowa Inc.
3042

0 commit comments

Comments
 (0)