cerebral / overmind

Overmind - Frictionless state management
https://overmindjs.org
MIT License
1.58k stars 95 forks source link

Ready to Use js File #449

Open doc987 opened 4 years ago

doc987 commented 4 years ago

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.

christianalfoni commented 3 years ago

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

vonWolfehaus commented 3 years ago

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 commented 3 years ago

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.