bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 209 forks source link

unable to use closure JS libs #564

Closed jiangts closed 7 years ago

jiangts commented 7 years ago

When applying the libs option to include Closure JS code on newer versions of CLJS (1.9.521 and after), I get that

  /path/to/module.js is not a relative path

not sure if it's related to #536 or #516.

jiangts commented 7 years ago

ah, solved by BerzinsU in #516... yesterday! This community is incredible :)