components / zepto

Shim repository for Zepto.js.
https://github.com/madrobby/zepto
21 stars 26 forks source link

Zepto.js

Shim repository for the Zepto.js JavaScript library.

Package Managers

Maintanance

To build a new release, update the target version in the Makefile, and run make:

make

Commit and push the changes to the master branch:

git add -A
git commit -m "Update Zepto"
git push origin master

Tag and push the new version:

git tag 1.1.4
git push origin 1.1.4