mananshah99 / atom-minjs

Minifies a JS file on save in Atom.
https://atom.io/packages/atom-minjs
MIT License
0 stars 1 forks source link

Atom JS Minifier Build Status

minjs automatically minifies any javascript file on save and stores the minified file as [filename].min.js.

To activate the minification, either press the key combination ctrl + alt + m or simply save the file you're working on.