boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
2019-09-05T03:09:47.021100Z

Shadow-cljs is another build tool, I'm not sure if it can be integrated with boot.

2019-09-05T04:46:43.021800Z

right. so if boot-cli can’t compile scoped npm packages but shadow-cljs can, isn’t this a boot-clj bug then?

martinklepsch 2019-09-05T13:46:02.023500Z

@michael.heuberger not really. Shadow-cljs’ features in this regard are non-standard and something that has been built on top of the ClojureScript compiler. Since boot-cljs uses the ClojureScript compiler directly it doesn not support this directly. There are some boot-shadow type of projects out there I believe

flyboarder 2019-09-05T18:21:04.024100Z

Yes, I have a degree9/boot-shadow project which can replace boot-cljs

❤️ 2
2019-09-05T22:24:53.025100Z

oh nice, thanks @flyboarder, will check it out