ForbesLindesay / browserify-middleware

express middleware for browserify, done right
http://browserify.org
MIT License
381 stars 66 forks source link

Fix caching #82

Closed adius closed 9 years ago

adius commented 9 years ago

We had a large dependency tree and it crashed everytime with stackoverflow error. This was because of too many recursive calls of getDeps. Also the whole method seemed to be pretty broken and did not return the correct dependencies.

ForbesLindesay commented 9 years ago

I'm closing this as it has now been fixed by moving over to watchify.

Would you like to be added as a collaborator on this project, to help review and merge pull requests?

adius commented 9 years ago

If you think I can help, sure! I'd be happy to!