boot

:boot-clj: https://boot-clj.github.io/ β€” build tooling for Clojure. Dev chat in #boot-dev
2018-08-09T03:51:12.000136Z

What are my options for including a javascript dependency in a library I'm writing? The dep on cljsjs is outdated, wondering if there's another way.

borkdude 2018-08-09T09:41:23.000192Z

@minikomi Best is to to make a PR to cljsjs

borkdude 2018-08-09T09:41:50.000228Z

if you won’t want to do that, you can download the dep and use it as a foreign-lib, or maybe use npm-deps

2018-08-09T10:10:25.000037Z

yeah, resigned to fix it upstream. weighed the options but found I was sinking more time into getting my head around config than moving forward..

miikka 2018-08-09T13:16:05.000282Z

Would it be possible to get a new boot-bin release?

4πŸ‘