nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
627 stars 312 forks source link

Optimization and bug fix #30

Closed JemarJones closed 9 years ago

JemarJones commented 9 years ago

Optimized the callback code very slightly and fixed #28.

Download commented 9 years ago

Hi Jemar, to be able to build you need to install Node JS. Then install Grunt (which is a build tool) and then run grunt in the main project folder. Have a look at the section Development.

To make a release:

Download commented 9 years ago

Manually merged and applied. Is in release v1.0.12.

JemarJones commented 9 years ago

Thanks! Can I do all/any of that on a branch before creating a PR without bower and the main release being updated prematurely?

Download commented 9 years ago

Yes I think you can... Apart from the Release in GitHub step, I'm not sure about that one.

Download commented 9 years ago

Oh I should add that there is a 'magic' branch called gh-pages that contains the site that's at https://nnattawat.github.io/flip. So you should, after the release is finish, checkout that branch and update the version numbers in the index.html that is in there. Also, if you added a nice feature, or some options, you can add docs / examples of it there. Once you push that the site gets updated automagically.