Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ready to Use js File #449

Open
doc987 opened this issue Sep 20, 2020 · 3 comments
Open

Ready to Use js File #449

doc987 opened this issue Sep 20, 2020 · 3 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@doc987
Copy link

doc987 commented Sep 20, 2020

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 doc987 added the bug Something isn't working label Sep 20, 2020
@christianalfoni christianalfoni added the enhancement New feature or request label Jan 10, 2021
@christianalfoni
Copy link
Member

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

@vonWolfehaus
Copy link

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.

@doc987
Copy link
Author

doc987 commented May 2, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants