Fork me on GitHub
#cljsjs
<
2017-05-04
>
tuhlmann08:05:09

Hey! I'm trying to create a cljsjs package for https://github.com/effektif/react-mentions The thing is that this library does not provide a minified or single file distribution of it. How would I best proceed? Is there a way to let the boot process create a single file version? My JS build tool knowledge is pretty limited, it may well be that the solution is obvious and I'm just not seeing it... Thanks!

martinklepsch11:05:44

@tuhlmann you could check the npm package for a single file build

martinklepsch11:05:14

or otherwise figure out how to build the file with their JS build tools

tuhlmann11:05:19

Yes, that's what I'm trying to do 🙂 On npmjs their archive does not have a single file lib, its basically just a zipped version of the github branch. And that confuses me.

tuhlmann11:05:15

Here's a look into the npm package: https://unpkg.com/[email protected]/