Fork me on GitHub
#leiningen
<
2015-12-29
>
peterbak21:12:41

hi all. trying to use lein-doo in a project, getting No such namespace: doo.runner when running lein cljsbuild once. Have this in the project file:

:plugins [[lein-cljsbuild "1.1.1"]
            [lein-figwheel "0.5.0-2"]
            [lein-doo "0.1.6"]]
any ideas what's missing?