sloisel / numeric

Numerical analysis in Javascript
http://www.numericjs.com/
Other
1.42k stars 177 forks source link

failure to load goog.require('goog.math.Matrix') in benchmark.html #7

Closed stepheneb closed 11 years ago

stepheneb commented 11 years ago

Cloned the repo and tried opening the link to the Benchmark page.

Line 73:

goog.require('goog.math.Matrix');

throws this error:

Uncaught ReferenceError: goog is not defined
sloisel commented 11 years ago

You probably need to run tools/build.sh.

stepheneb commented 11 years ago

Thanks for the tip. I also had to install install uglify-js globally.

$ npm install uglify-js -g

I just learned about https://github.com/notifications ... and am following up on responses to my older comments/issues ;-)