- grunt (>= 0.3.9)
- uglify-js (>= 1.2.3)
The current version of grunt runs [email protected], which contains a bug causing exponential runtime when minifying BoxBoxDetector.js. The current workaround is:
$ cd node_modules/grunt $ npm install [email protected]
- Node.js (installation: https://github.com/joyent/node/wiki/Installation)
- NPM (installation:
curl http://npmjs.org/install.sh | sh) - grunt (installation:
npm install -g grunt)
Once the dependencies are installed:
$ grunt