-
Notifications
You must be signed in to change notification settings - Fork 0
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
Yo :) #1
Comments
Hey. Sorry for late reply. Looks like a cool project but a little too much functionality for my current needs. My goal here is to simply have a middleware for jspm/systemjs. It already works very well and even faster without depcache than with depcache. Due to this I don't believe HTTP2 can make things faster here. Live reload of modules is potentially interesting but again not the current priority. Actually maybe you are interested in using this project in your own tool as a dependency? I would probably have to make it more generic and depend only on systemjs and not jspm. Feel welcome to give any feedback. Cheers |
All good :) A handler is one of the things I export :) But been working on some really sweet upgrades. Should be ready in a day or so. Will post a link here to the updated readme. But something I've really excited about is cross dev session bundle caching. So instead of paying the +- 50s bundle cost every time you start, you pay it once. After that starting a server takes a second or so. The benefits of http2 are actually production benefits of per module caching. Even if we don't end up collaborating, it's good to know other folks are working on improving the dev experience :) |
Hey man, noticed this project. Wondering if you're at all keen to collaborate on systemjs-tools
The text was updated successfully, but these errors were encountered: