this script currently requires the following be installed:
yuicompressor (CSS, JS)
zopfli (CSS, JS, HTML, TXT, XML, ICO, SVG, PNG)
svgo (SVG)
jpegtran (JPG)
gifsicle (GIF)
zopflipng (PNG)
there should be a way to automatically install these dependencies, whether it be through the script itself, or something like NPM
if NPM is used, there might be better options for some of these dependencies. for example, rather than YUI compressor, could use cssclean for CSS compression.
this script currently requires the following be installed:
there should be a way to automatically install these dependencies, whether it be through the script itself, or something like NPM
if NPM is used, there might be better options for some of these dependencies. for example, rather than YUI compressor, could use cssclean for CSS compression.