Skip to content

Instantly share code, notes, and snippets.

@tekacs

tekacs/deps.edn Secret

Created October 25, 2019 06:27
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 tekacs/ddbf8536846c52138d3bbeca6f736ebd to your computer and use it in GitHub Desktop.
Save tekacs/ddbf8536846c52138d3bbeca6f736ebd to your computer and use it in GitHub Desktop.
{:paths ["src"]
:deps
{}
:aliases
{:cljs
{:extra-deps
{org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.520"}
javax.xml.bind/jaxb-api {:mvn/version "2.3.0"}
thheller/shadow-cljs {:mvn/version "2.8.67"}
binaryage/devtools {:mvn/version "0.9.10"}
reagent {:mvn/version "0.8.1"}}}}}
{:deps {:aliases [:cljs]}
:nrepl
{:port 8230}
:builds
{:app
{:target :browser
:output-dir "public/js"
:asset-path "/js"
:modules
{:main
{:entries [app.core]}}
:devtools
{:http-root "public"
:http-port 3000}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment