• Stars
    star
    131
  • Rank 274,273 (Top 6 %)
  • Language
    Python
  • Created over 12 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sublime Text plugin for javascript minification using Google Closure compiler

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.