Extending JSMin a bit more..
8 June 2006I 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.
One Response to “Extending JSMin a bit more..”
August 8th, 2006 at 12:27 pm
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.