michaelmawhinney / reductify

Minify code. Optimize images. Compress with Zopfli. All at once.
MIT License
3 stars 1 forks source link

manage dependencies #2

Closed michaelmawhinney closed 7 years ago

michaelmawhinney commented 7 years ago

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.

michaelmawhinney commented 7 years ago

an install script was created in commit 2d2cb8a844c659e2233899e2bc9cddec1f379be3 in which all dependencies are downloaded and compiled locally

readme updated with installation instructions