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

Commit d472733

Browse files
committed
Beef up readme, close #6
1 parent 0f86e81 commit d472733

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,28 @@
22

33
The official Clojure language plugin for Light Table.
44

5+
6+
## ClojureScript Eval
7+
8+
There are 3 ways to eval ClojureScript, 2 of which use your ClojureScript javascript. To add one of these connections, run the command `Connect: Add Connection`. The 3 connections to choose from:
9+
10+
1. `Light Table UI` - Connect to the LightTable js process. Great for a headless mode, writing plugins and to try out ClojureScript features. Note, you use the ClojureScript version that comes with LightTable.
11+
12+
2. `Browser` - Connect to a web page that has the compiled ClojureScript sourced. You must navigate the internal browser to that web page. Recommended for ease of use.
13+
14+
3. `Browser (External)` - Connect to a web page that has the compiled ClojureScript sourced. In addition to navigating the external browser, you must copy the script tag into that web page. Requires more setup than the internal browser but gives you the freedom to use any browser.
15+
16+
17+
## For Commiters
18+
19+
* When releasing a new plugin version and lein-light-nrepl has changed:
20+
* Bump lein-light-nrepl and lein-light in runner/.
21+
* Update the uberjar with `lein uberjar` in `runner/target/lein-light-standalone.jar`.
22+
* Release the new version of lein-light-nrepl to [clojars](https://clojars.org/lein-light-nrepl)
23+
* No process for upgrading `clojure-mode.js` until [this issue](https://github.com/LightTable/Clojure/issues/26) is addressed.
24+
525
###License
626

727
Copyright (C) 2013 Kodowa Inc.
828

9-
Distributed under the EPL, see license.md for the full text.
29+
Distributed under the EPL, see license.md for the full text.

0 commit comments

Comments
 (0)