Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cgutierrez/JsMinifier

Sublime Text plugin for javascript minification using Google Closure compiler
https://github.com/cgutierrez/JsMinifier

Last synced: about 2 months ago
JSON representation

Sublime Text plugin for javascript minification using Google Closure compiler

Awesome Lists containing this project

README

        

# A Javascript Minifier for Sublime Text 2

The plugin supports the [Google Closure Compiler](https://developers.google.com/closure/compiler/) and [UglifyJS](https://github.com/mishoo/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.