-
Notifications
You must be signed in to change notification settings - Fork 50
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
Build / release #12
Comments
Sure, this sounds like a great idea, I'll have a look. |
grunt and gulp are popular build tools. gulp+webpack seems to be the new 'standard'. It will be useful to expose PeerConnectionAdapter. |
I feel more familiar with grunt but I like how gulp favors code over configuration, so I wouldn't exclude it if somebody pointed me to an almost equivalent gulp file of this. About the PeerConnectionAdapter in the README.md, it's only meant to be used as an example illustrating how you could integrate sdp-interop into your app, so I don't see how it's missing the events that you list. But maybe I misunderstood what you're saying? |
grunt vs gulp is not really important if you are familiar with one of them. I thought that it could be nice to expose PeerConnectionAdapter instead of the interop. |
Can you please add a build task with grunt or gulp that creates a single debug and minified files of the whole code and dependencies (sdp-transform) under a namespace?
That will make it easier to use in the browser with projects that are not using require().
The text was updated successfully, but these errors were encountered: