cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Where is the bundled version for browsers? #479

Open mcshaman opened 8 years ago

mcshaman commented 8 years ago

Looking at the documentation it makes reference to browser versions path/to/when/dist/browser/when.min.js. This folder does not appear to exist. Is there a bundled version browsers? Or do I have to bundle it myself with Browserify?

briancavalier commented 8 years ago

Hey @mcshaman. It's in the npm package if you npm install when. Alternatively, you can run npm run browserify to build it if you cloned the repo.

fastbean-au commented 8 years ago

@mcshaman this caused me some headaches, too, so I created a Bower package (when-umd) containing the browser scripts. Hopefully a little cleaner than using NPM for this.