MINIFY
This is a Python based program that will minify CSS and JavaScript files.
To install, simply run:
./install.shor, you may manually execute each command:
python3 setup.py clean;
python3 setup.py build;
python3 -m pip install --user . (preference, you may also install for everyone, if you wish)
This program requires 1 thrid party python module, "rjsmin."
I would like to migrate in the code form rjsmin (leaving credit where credit is do, listing the author's imformation), but so are no dependencies.
There is a single css function (remove_empty_rules) I found created, but not used. I need to learn more about this function, and see if it should be being called.
I don't think "pypi" currently works.