Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 629 Bytes

README.rst

File metadata and controls

26 lines (18 loc) · 629 Bytes

Bump.js

Dependencies

  • 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]

One time setup for build process:

Setup

Once the dependencies are installed:

$ grunt