Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 331 Bytes

This repo contains the source code for the Web Animations Demos. See the live demo page.

Release

git pull
gc gh-pages
git rebase master
bower install  # TODO: replace with Yarn

# optional
git add components/
git commit -m "update components"

git push -f