Skip to content

Instantly share code, notes, and snippets.

@benzen
Created September 20, 2015 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benzen/df548f15d32856b0de77 to your computer and use it in GitHub Desktop.
Save benzen/df548f15d32856b0de77 to your computer and use it in GitHub Desktop.
(deftask devcards []
(comp
(serve :dir "frontend/target/")
(watch)
(speak)
(cljs :unified true
:source-map true
: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)))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment