Skip to content

Instantly share code, notes, and snippets.

@swannodette
Last active July 13, 2018 14:58
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 swannodette/fa58334f38b5e44f3574bf2795fcf5ff to your computer and use it in GitHub Desktop.
Save swannodette/fa58334f38b5e44f3574bf2795fcf5ff to your computer and use it in GitHub Desktop.
Figwheel :paths bug
;; src/cljs/hello_world/core.cljs
(ns hello-world.core)
(println "Hello, world!")
{:path ["src/cljs"]
:deps {org.clojure/clojurescript {:mvn/version "1.10.339"}
com.bhauman/figwheel-main {:mvn/version "0.1.4"}}}
{:main hello-world.core
:output-to "out/main.js"
:output-dir "out"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment