cujojs / when

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

Consider distributing build folder via bower #467

Open iros opened 9 years ago

iros commented 9 years ago

Right now, if you bower install when, you don't get the build folder containing the browserified version of when. That means you have to add an extra step to your own build process to have a functioning build. Since you already have the built versions in the repo, consider removing the build folder from the bower.json file to enable their download.