Hello all, I´m trying to adapt a library to cljsjs, and I did boot package. Where is the generated .jar?
the output was
Downloading antd-mobile.css
Downloading antd-mobile.min.css
Downloading antd-mobile.js
Downloading antd-mobile.min.js
Sifting output files...
Sifting output files...
deps.cljs:
{:foreign-libs
[{:file "cljsjs/antd-mobile/development/antd-mobile.inc.js",
:provides ["cljsjs.antd-mobile"],
:requires ["cljsjs.react" "cljsjs.react.dom" "cljsjs.moment"]}],
:externs ["cljsjs\\antd-mobile\\common\\antd-mobile.ext.js"]}
Writing pom.xml and pom.properties...
Writing antd-mobile-2.2.1-0.jar...
Checksums match
but I could not find the jar file@fabrao Add target
task to write the fileset to disk: https://github.com/cljsjs/packages/wiki/Creating-Packages#7-install-your-package-locally-and-try-it-out
Alternatively use install
task to install the package to local maven repostory
Or use both
@juhoteperi Thanks, it worked