web-animations / web-animations-js

JavaScript implementation of the Web Animations API
http://web-animations.github.io
Apache License 2.0
3.77k stars 408 forks source link

Where is web-animations.min.js file in the repository. #143

Closed sant0shg closed 7 years ago

sant0shg commented 7 years ago

I am not able to find the webanimations.min.js file in this repository. But the example in md file shows the use of min file.

<!-- Include the polyfill -->
<script src="web-animations.min.js"></script>

Also I came from angular animations documentation, which refers to this repository to grab the min file.

saadel commented 7 years ago

There are no minified files in the dev branch, make sure you switch to master, also see #140

sant0shg commented 7 years ago

@saadel Thankyou !