ranelpadon / JsMinifier

Sublime Text plugin for javascript minification using Google Closure compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sublime Text plugin for javascript minification using Google Closure compiler


Languages

Language:Python 72.4%Language:JavaScript 27.6%