/JsMinifier

Sublime Text plugin for javascript minification using Google Closure compiler

Primary LanguagePython

A Javascript Minifier for Sublime Text 2

The plugin supports the Google Closure Compiler and UglifyJS compilers.

Default key binding: ctrl + alt + m - attempts to minify the current buffer and replaces the buffers content ctrl + alt + shift + m - attempts to minify the current buffer and saves the output to a separate file.