Random bits ‘n’ pieces

John Reilly’s Blog

« PreviousNext »

Extending JSMin a bit more..

8 June 2006

I just stumbled across this post where Darryl Lyons has created a coldfusion component wrapping a modified version of JSMin. Just reminds me that I meant to go back and do some more work on the JS minimising front. The key thing I had in mind is a JSMinOutputStream which would wrap an existing OutputStream and minimise the javascript being streamed within. And then I’d create a servlet filter using this - it would be useful for some of the AJAX stuff I’ve worked on.

Posted in javascript, web2.0 | Trackback | del.icio.us | Top Of Page

    One Response to “Extending JSMin a bit more..”

  1. Darryl Lyons Says:

    Just to let you know, I’ve released a new version of the component. Also modified jsmin a little more — changed the input to be a Reader, so that a String or File can be used.

Leave a Reply