$h4X4_|=73}{ has asked for the wisdom of the Perl Monks concerning the following question:
I have looked through some of the Perl modules that minify HTML, CSS and JS, But none do exactly what I want done.
There are a few minify modules I have seen that come close HTML::Packer, CSS::Packer and JavaScript::Packer.
Those modules will manly remove extra white-spaces and condense the markup or code so it can be downloaded faster.
What I am looking for is a module that can compare HTML, CSS and JavaScript files. Then rebuild the HTML with only the CSS and JavaScript used in the HTML.
Anyone know if this module exists?
Update: The idea is to have the CSS and JavaScript used in the source of the HTML so no more files are needed for downloading, making the trip to the site faster.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Minify HTML, CSS and JS Perl modules
by haukex (Archbishop) on Jan 21, 2017 at 10:47 UTC |