I'm working on a full-stack CLJ(S) browser extension (following this pattern: https://github.com/binaryage/chromex-sample). It's basically working, except for:
- The popup
and content_script
portions still require a manual page refresh to pick up each new code change, though the background
portion of the extension seems to hot reload correctly
- I'd like to "send-code-to-repl" from Cursive to each of the 3 environments separately. Will that require running lein
from 3 terminals with a separate nREPL port for each?