Just bump version in
lib/gl-matrix/version.rb and run:
$ rake release
...done!
We can add other tasks and call them
from the release task (see Rakefile:35)
so that if any of the other tasks fails,
the release is aborted. This is great
for publishing updated docs, for example.
Just run `rake` to build and test, first against node and if that passes,
then against jasmine using a real browser.
Run `rake --tasks` for all tasks & descriptions.
Build tasks:
rake compile # rebuild sources
rake minify # rebuild and minify sources
Test tasks:
rake node # run under node
rake jasmine:ci # run in browser, collect results,
# close browser and display summary
rake server # start server for rapid retesting
# (although really node is fast too)