Skip to content

Instantly share code, notes, and snippets.

@TomckySan
Last active December 1, 2017 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TomckySan/3957c8ee384b6f941549ed596e7f281a to your computer and use it in GitHub Desktop.
Save TomckySan/3957c8ee384b6f941549ed596e7f281a to your computer and use it in GitHub Desktop.
JavaScriptの圧縮にUglifyJSを使う

UglifyJS

uglifyjs src/js/input.js --compress drop_console=true --mangle -o build/js/output.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment