-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Include the src in NPM #2222
Comments
If we do include the src in the npm package, which I'm all for, users shouldn't be using it directly, for the most part. Files could be moved, changed, renamed, removed between versions. |
That's a valid point. However, if I use |
But if |
Yes, I think we should publish everything to npm, though, keep things nice and tight and limited for the zip release on github and what we push to the cdn. |
#3445 will fix this. Going to close this in the meantime. |
I am working on the YouTube tech for VJS 5 and I though hey! let's recode all this using ES6 and use the awesome stuff they already made. Then I looked at the NPM folder and realized nothing is there except the dist folder.
Don't you think it will make sense to include the src folder so that people developing with VJS can use all the stuff that already exists. I could extend from the Tech class directly and use all the cross-browser stuff that already work fine and been tested.
If you have a better way, let me know because I think it is important.
The text was updated successfully, but these errors were encountered: