Metric / Atom-Auto-Uglify

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:CoffeeScript 100.0%