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

Copy files in included hook instead of relying on blueprint #2

Closed BrianSipple closed 7 years ago

BrianSipple commented 7 years ago

The previous setup would break in any CI system that wasn't ember installing and thus running the default blueprint. Instead, we should perform file copying during the application's build process in the addon's included hook.