Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgutierrez/JsMinifier
Sublime Text plugin for javascript minification using Google Closure compiler
https://github.com/cgutierrez/JsMinifier
Last synced: 16 days ago
JSON representation
Sublime Text plugin for javascript minification using Google Closure compiler
- Host: GitHub
- URL: https://github.com/cgutierrez/JsMinifier
- Owner: cgutierrez
- Created: 2012-01-14T16:57:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-17T19:52:16.000Z (over 11 years ago)
- Last Synced: 2024-08-01T05:23:53.021Z (3 months ago)
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 132
- Watchers: 15
- Forks: 18
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.