Closed JemarJones closed 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:
Draft a new release
dist/jquery.flip.js
dist/jquery.flip.min.js
dist/jquery.flip.min.js.map
Publish
button and you're done!Manually merged and applied. Is in release v1.0.12.
Thanks! Can I do all/any of that on a branch before creating a PR without bower and the main release being updated prematurely?
Yes I think you can... Apart from the Release in GitHub step, I'm not sure about that one.
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.
Optimized the callback code very slightly and fixed #28.