Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

sindresorhus/atom-uglify

Repository files navigation

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 <script> tag.

Keyboard shortcut

Set the keyboard shortcut you want in your keymap:

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

License

MIT © Sindre Sorhus