Created
September 20, 2015 20:44
Revisions
-
benzen revised this gist
Sep 20, 2015 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,6 @@ :optimizations :none :compiler-options { :main "our-child.devcards" :closure-defines {'our-child.configuration.host "http://localhost:4000" 'our-child.configuration.ws-host "ws://localhost:4000"}}) (reload))) -
benzen created this gist
Sep 20, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ (deftask devcards [] (comp (serve :dir "frontend/target/") (watch) (speak) (cljs :unified true :source-map true :optimizations :none :compiler-options { :main "our-child.devcards" :devcards true :closure-defines {'our-child.configuration.host "http://localhost:4000" 'our-child.configuration.ws-host "ws://localhost:4000"}}) (reload))) )