/Atom-Auto-Uglify

Minifies a Javascript file on save with UglifyJS for the Atom Editor

Primary LanguageCoffeeScriptMIT LicenseMIT

Atom Auto Uglify

Minifies a Javascript file on save with UglifyJS. The uglified JS is saved in the same directory as the original .js file. However the file name has .min.js instead.

Commands

uglify:compile - This is the same as simply saving the file.

Keyboard Shortcut

ctrl + alt + u