Clojure
Clojure copied to clipboard
Remove 'target' directory from runner sub-project
Magnus commented on Gitter:
It has tripped me up several times that the runner part of the clojure plugin is actually invoked from "deploy/plugins/Clojure/runner" in the LT app and not from the Clojure plugin in my LT user home ! Building and packaging the runner should probably be part of the buildscript for the app ?
To do:
- [ ] Move the runner project into its own repo (?)
- [ ] Modify the build script(s) to include the latest/specified runner project build artifact (from where?) in the build output
@rundis @cldwalker ?
When I kick off a Clojure connection, I see it come from where I expect: ~/Library/Application Support/LightTable/plugins/Clojure/...
. This could be a potential issue with plugins/*plugin-dir*
. I don't think this is high priority but happy to chat about it in gitter more if desired