rsp/node-tco

View on GitHub
minify

Summary

Maintainability
Test Coverage
#!/bin/bash
read -d '' c << 'C'
/* tco.js by RafaƂ Pocztarski - https://github.com/rsp/node-tco */
C
echo "$c" > tco.min.js
node_modules/uglify-js/bin/uglifyjs tco.js -c -m >> tco.min.js