dvlsg / async-csp

CSP style channels using ES7 async/await
MIT License
316 stars 18 forks source link

Add browser build #14

Closed XVincentX closed 8 years ago

XVincentX commented 8 years ago

This would solve #13

dvlsg commented 8 years ago

Couple of changes:

Other than that, looks good! I'll merge it in afterwards. Thanks for your work!

XVincentX commented 8 years ago
  1. The reason to have .editorconfig file was to avoid most of common eslint warnings solved automagically at save time. But I can live without that file.
  2. Ok, let's keep the dist folder (hopefully it should not be required anymore once you'll publish this on npm)

Anyway, comments should be addessed in https://github.com/dvlsg/async-csp/pull/14/commits/e8b0f938066718d99f7fc1c5ffa1623ee3b65174#diff-1e70daafb475c0ce3fef7d2728279182

dvlsg commented 8 years ago

Awesome, thanks! I'll merge it in, and work on publishing something out which will give you access to that umd file through npmcdn. Hopefully this weekend at some point (I have a few other things I want in the next release that aren't quite done yet).