Take out figwheel for the moment, it is annoying me.

This commit is contained in:
mike-thompson-day8 2015-03-02 23:56:05 +11:00
parent ecc469ff82
commit bd492d1272
1 changed files with 1 additions and 4 deletions

View File

@ -2,9 +2,6 @@
(:require [todomvc.core :as todomvc]
[figwheel.client :as fw]))
#_(fw/start {:on-jsload todomvc/main
:websocket-url "ws://localhost:3449/figwheel-ws"})
(defn start []
(fw/start {:jsload-callback (fn [] (todomvc/main))})
;(fw/start {:jsload-callback (fn [] (todomvc/main))})
(todomvc/main))