On Thu, Sep 8, 2011 at 11:20 AM, Stefan <[email protected]> wrote: > Hi, > > is there a module or a plugin to compress the html code?
I've used HTML::Packer [1] with good results. It will also do CSS/JS minification via CSS::Packer and JavaScript::Packer if you need that as well. [1] https://metacpan.org/module/HTML::Packer -- Brian Cassidy ([email protected]) _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
