bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

cannot include foreign libs? #110

Closed BlanceXR closed 8 years ago

BlanceXR commented 8 years ago

I have the following lib declared in project.clj :foreign-libs [{:file "node_modules/leaflet-plugins/layer/tile/Google.js" :provides ["leaflet-plugins"]} and require it as (ns foo.bar (:require [leaflet-plugins]))

And my app can use it just fine.

However, when doing lein doo chrome test, it would complain for no such namespace: leaflet-plugins

Is it possible to include foreign libs?

BlanceXR commented 8 years ago

I'm so dumb. I forgot to put cljsbuild at the test build