BrianSipple / ember-web-animations-next-polyfill

An Ember addon that provides and enables use of the web-animations-next polyfill in consuming applications
MIT License
9 stars 2 forks source link

Use npm distribution of `web-animations-js` and merge into `vendor` tree #4

Closed BrianSipple closed 7 years ago

BrianSipple commented 7 years ago

These changes eliminate a lot of nastiness and manual copying that was being done to accommodate the web-animations-js Bower distribution.

It appears that NPM package does include source files in its distribution, and so our build can be retooled around that via tree merging (Also, NPM FTW).