atom-uglify-es
Uglify Javascript with uglify-es
SavageCore 603 0 0.2.0 MIT GitHub

Build status Build Status

atom-uglify-es

Minify JavaScript with uglify-es

Install

$ apm install atom-uglify-es

Or Settings → Install → Search for atom-uglify-es

Usage

  • Open the Command Palette, and type uglify-es.
  • Right click tab, tree-view or editor and click Minify JavaScript

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-workspace':
	'ctrl-alt-m': 'atom-uglify-es:uglify'

License

MIT © SavageCore