What it does:
Minify (compress) your JavaScript & CSS, compile Sass to CSS upon saving. No extra keystrokes.
From this:
// A simple function.
function hello(longName) {
alert('Hello, ' + longName);
}
hello('New User');To this:
function hello(a){alert("Hello, "+a)}hello("New User");With no additional mouse clicks or keystrokes.
Prerequisites
How to Install?
Make you you've got the latest Komodo Edit/IDE installed first. Then simply download, drag & drop the .kpz file inside your Toolbox.
Right click on the 'Compile' macro under 'Compile-0.3' and select 'Properties'. There are a few constants you'd need to set up to adopt the script for your local setup. Follow the included instructions.
How to Use?
Save a file with any of the following extensions:
A new file will be placed in the same directory which is the compressed/compiled version.
Download
Updated to include support for Google's new Closure Compiler:
http://code.google.com/closure/compiler/docs/gettingstarted_app.html