Replace build system with a faster new one that uses Node and UglifyJS and generates...
authorColin Snover <github.com@zetafleet.com>
Tue, 18 Jan 2011 00:49:24 +0000 (18:49 -0600)
committerColin Snover <github.com@zetafleet.com>
Tue, 18 Jan 2011 00:49:24 +0000 (18:49 -0600)
commitd503845d0cf45632c0d7c3542ffd1b19257a8e5e
tree9a324bb1bc73a1b796c461fc54039a0a03928937
parent9c76ac4f6d295a5b593048e54b4c4231c092e58a
Replace build system with a faster new one that uses Node and UglifyJS and generates smaller minified files. Also removes builds through rake/ant since having 3 different build systems was too much to maintain (make was the only one consistently kept up-to-date). Fixes #7973.
12 files changed:
Makefile
README.md
Rakefile [deleted file]
build.xml [deleted file]
build/google-compiler-20100917.jar [deleted file]
build/js.jar [deleted file]
build/jslint-check.js
build/lib/jslint.js [moved from build/jslint.js with 99% similarity]
build/lib/parse-js.js [new file with mode: 0644]
build/lib/process.js [new file with mode: 0644]
build/lib/squeeze-more.js [new file with mode: 0644]
build/uglify.js [new file with mode: 0644]