UNPKG

200 BPlain TextView Raw
1test:
2 ./node_modules/.bin/nodeunit test/test.js
3
4benchmark:
5 node benchmarks/comparison.js
6
7min:
8 node ./node_modules/uglify-js/bin/uglifyjs lib/jspath.js > jspath.min.js
9
10.PHONY: test benchmark min