- Notifications
You must be signed in to change notification settings - Fork77
UMDifying js-data-angular#312
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
So how does this play with the browserify build? Is the browserify build even needed anymore? |
I think that this lib doesn't really need browserify honestly. It's pretty small/simple... I'm not sure what browserify is giving you TBH... Though, anytime you want to bring in another dependency, you've gotta add it yourself... |
But single-file libs are normally fairly easy to write without a bundler. |
Closes#308