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
{{ message }}
This repository was archived by the owner on Oct 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,6 @@ There are 3 ways to eval ClojureScript, 2 of which use your ClojureScript javasc
16
16
17
17
3.`Browser (External)` - Connect to a web page that has the compiled ClojureScript sourced e.g. `file:///path/to/index.html`. 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.
18
18
19
-
## For Commiters
20
-
21
-
* When releasing a new plugin version and lein-light-nrepl has changed:
22
-
* Bump lein-light-nrepl and lein-light in runner/.
23
-
* Update the uberjar with `lein uberjar` in `runner/target/lein-light-standalone.jar`.
24
-
* Release the new version of lein-light-nrepl to [clojars](https://clojars.org/lein-light-nrepl)
25
-
* No process for upgrading `clojure-mode.js` until [this issue](https://github.com/LightTable/Clojure/issues/26) is addressed.
26
-
27
19
## ClojureScript Workflows
28
20
29
21
For ClojureScript projects:
@@ -44,3 +36,11 @@ can be eval-ed.
44
36
## License
45
37
46
38
Distributed under the MIT License, see license.md for the full text.
39
+
40
+
## For Commiters
41
+
42
+
* When releasing a new plugin version and lein-light-nrepl has changed:
43
+
* Bump lein-light-nrepl and lein-light in runner/.
44
+
* Update the uberjar with `lein uberjar` in `runner/target/lein-light-standalone.jar`.
45
+
* Release the new version of lein-light-nrepl to [clojars](https://clojars.org/lein-light-nrepl)
46
+
* No process for upgrading `clojure-mode.js` until [this issue](https://github.com/LightTable/Clojure/issues/26) is addressed.
0 commit comments