browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
639 stars 96 forks source link

Wait if the required build is in-progress #46

Closed jfhbrook closed 10 years ago

jfhbrook commented 11 years ago

Right now, if a build for a package is happening and a second request comes in, the second request will trigger a second build. Ideally, the second request would "know" that there's an in-progress build and wait for it to complete before trying to satisfy it.

jfhbrook commented 10 years ago

Fixed in https://github.com/jesusabdullah/browserify-cdn/commit/3bfb62d07d9328e9206b199d53249e22d40ecd3c .

Tests would be nice, but for now just clean up ./cdn.db, start the server up and run ab against it.