uglify
Minify JavaScript
Sindre Sorhus 25,483 58 1.3.1 MIT GitHub

Uglify

Minify JavaScript with Uglify

Install

$ apm install uglify

Or Settings → Install → Search for uglify

Usage

Open the Command Palette, and type uglify.

Can also minify just a selection. For example the code in a <span> tag.

Keyboard shortcut

Set the keyboard shortcut you want in your keymap:

'atom-text-editor':
	'cmd-shift-x': 'uglify'

License

MIT © Sindre Sorhus