-
Notifications
You must be signed in to change notification settings - Fork 20
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
investigate ways of shrinking the filesize #8
Comments
what browsers are you targeting? I would love to help out with this:D I've been thinking of doing something similar for a while, but haven't gotten around to it. CSS has been the only reason I sometimes find myself missing jQuery. |
@eivindfjeldstad that'd be great. For the product we've been building, were supporting IE9+ and for every other browser, the most current and 1 previous version. |
hrrrm yea dom itself was less than 15 i think haha, i forget now |
nvm 28, not sure where it's at now |
Tempted to replace this implementation with This change may have downstream effects on Thoughts @Owners? |
+1 i love rewrites |
If a rewrite is planned, one or both of these may prove useful. https://www.npmjs.org/package/dom-css |
cool, we should probably just be using dom-css. |
Right now it's
15.20kb
. Not too bad, but a lot of the functions are only used once.Also, we might not need to support everything that jQuery 2.x supports or maybe not need to handle obscure bugs that people don't usually run into.
The text was updated successfully, but these errors were encountered: