Javascript compression made easy
Now you don't have to compress all included files separately.From Brian Moschel's blog:
Include makes it simple to include and compress JavaScript files no matter
how complex the dependencies. Focus on organization with logically separated
JavaScript files.
Instead of including files relative to the current page's url, Include
includes files relative to your JavaScript files' urls. Forget about scanning
the page's script tags for your library's path. Include lets you organize
your scripts however you want.
Interesting and pretty useful utility.
via AJAXian