Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. {:deps {org.clojure/clojurescript {:mvn/version "1.10.520"}
  2. lilactown/hx {:local/root "../../opensource/hx"}
  3.  
  4. com.bhauman/figwheel-main {:mvn/version "0.2.0"}
  5. com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}}
  6. :paths ["src" "resources" "target"]
  7. :aliases {:build {:main-opts ["--main" "cljs.main"
  8. "--compile-opts" "prod.cljs.edn"
  9. "--compile"]}
  10. :dev {:main-opts ["--main" "figwheel.main"
  11. "--build" "dev"
  12. "--repl"]}
  13. :lint {:main-opts ["./bin/lint.clj" "./src" "./test"]
  14. :extra-deps {lein-bikeshed {:mvn/version "0.5.1"}
  15. jonase/kibit {:mvn/version "0.1.6"}
  16. clojure-term-colors {:mvn/version "0.1.0"}}}
  17. :test {:extra-paths ["test"]
  18. :extra-deps {olical/cljs-test-runner {:mvn/version "3.5.0"}}
  19. :main-opts ["-m" "cljs-test-runner.main"]}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement