cljsjs

tuhlmann 2017-05-04T08:08:09.199202Z

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!

martinklepsch 2017-05-04T11:44:44.142948Z

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

martinklepsch 2017-05-04T11:46:14.162866Z

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

tuhlmann 2017-05-04T11:47:19.176554Z

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.

tuhlmann 2017-05-04T11:48:15.188657Z

Here's a look into the npm package: https://unpkg.com/react-mentions@1.1.0/