overmind icon indicating copy to clipboard operation
overmind copied to clipboard

Ready to Use js File

Open doc987 opened this issue 3 years ago • 3 comments

Is there a single js build/release/dist/browser file somewhere? I didn't see one anywhere in the repository or in the release tar/zip file.

doc987 avatar Sep 20 '20 18:09 doc987

We do not have a dist file as part of the build. Could I ask why you need it? 😄

christianalfoni avatar Jan 10 '21 07:01 christianalfoni

We do not have a dist file as part of the build. Could I ask why you need it? 😄

I needed this due to environment requirements which did not have nice things like es6 module support, nor did it allow the use of CDNs. I'm referring to Salesforce, specifically.

vonWolfehaus avatar Mar 19 '21 20:03 vonWolfehaus

It's not so much a need, but a convenience. It's great for testing, and for new users who want to try it out. It's easier to just reference a JS file than to have to set a build environment to create the JS file before being able to reference it. In other words, it's nice to be able to build, but not to have to build. Perhaps it's similar to linux distributions with both source and binary releases.

doc987 avatar May 02 '21 13:05 doc987