Arc Forumnew | comments | leaders | submitlogin
2 points by antiismist 5766 days ago | link | parent

Hi Georgi

For testing, my workflow is:

- have a local version of my site running: (thread (asv 8080))

- have the production running remotely: (thread (asv 80))

- code some function in your favorite editor

- when ready, copy the code to your clipboard, and paste it into the local version

- after testing, paste that code into your remote REPL - no need to do a (load "...")