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)
line 92, col 6, Missing semicolon.
line 99, col 6, Missing semicolon.
line 37, col 9, 'module' is not defined.
line 37, col 34, 'global' is not defined.
line 38, col 48, 'define' is not defined.
line 40, col 9, 'define' is not defined.
line 53, col 25, 'Float32Array' is not defined.
line 54, col 25, 'Int32Array' is not defined.
line 97, col 63, 'Float32Array' is not defined.
line 100, col 5, 'determineMatrixArrayType' is not defined.
line 2257, col 35, 'setMatrixArrayType' is not defined.
line 2258, col 41, 'determineMatrixArrayType' is not defined.
line 2269, col 29, 'setMatrixArrayType' is not defined.
line 2270, col 35, 'determineMatrixArrayType' is not defined.