Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. {:source-paths ["src"]
  2.  
  3. :dependencies [[binaryage/devtools "0.9.10"]
  4. [reagent "0.8.0"]
  5. [nrepl "0.6.0"]
  6. [cider/piggieback "0.4.1"]]
  7.  
  8. :repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}
  9.  
  10.  
  11. :nrepl {:port 3333}
  12.  
  13. :builds
  14. {:app {:target :browser
  15. :output-dir "public/js"
  16. :asset-path "/js"
  17.  
  18. :modules
  19. {:main
  20. {:entries [giggin.core]}}
  21.  
  22. :devtools
  23. {:after-load giggin.core/main
  24. :http-root "public"
  25. :http-port 3000}}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement