stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.29k stars 594 forks source link

Drop `dist` from git repo #236

Closed sotojuan closed 7 years ago

sotojuan commented 8 years ago

Fixes #231, if this is what you meant :-)

stefanpenner commented 8 years ago

This is great, but It requires a second part, which is publishing to S3 or something on builds so we do have this output. @fivetanley may have time to help, as he did it for RSVP.js

sotojuan commented 8 years ago

Cool! What about something like https://unpkg.com/?

stefanpenner commented 8 years ago

@sotojuan oh, I have not seen that before. Looks like it would solve the issue.

stefanpenner commented 8 years ago

@sotojuan actually a quick read yields:

All you need to do is include your UMD build in your npm package (not your repo, that's different!).

Which seems like what we are attempting to avoid.

sotojuan commented 7 years ago

Hey, I probably won't be able to work on this so I'm closing the PR. Sorry!