Advertisement
Guest User

Untitled

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