forgot dev-src stuff

This commit is contained in:
John Bintz 2016-01-07 09:49:10 -05:00
parent b4f9196d6e
commit 2d36543ce5
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
(ns picture-processor.repl
(:require weasel.repl))
(defn start
"Start the Weasel repl to connect to vim-fireplace"
[port]
(aset js/global "WebSocket" (js/require "ws"))
(weasel.repl/connect (str "ws://localhost:" port)))