Skip to content

Instantly share code, notes, and snippets.

@gerardpaapu
Created March 28, 2012 21:41
Show Gist options
  • Save gerardpaapu/2230833 to your computer and use it in GitHub Desktop.
Save gerardpaapu/2230833 to your computer and use it in GitHub Desktop.
#!/bin/sh
# uglifyjs as a beautifier https://github.com/mishoo/UglifyJS
# install with npm, `npm install -g uglifyjs`
uglifyjs --beautify --no-squeeze --no-mangle "$*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment