/site-minify

Minify script for my website

Primary LanguagePython

site-minify

Minify script for my website.

config.json format and defaults:

Remove duplicate newlines so everything is on consecutive lines:

"remove_extra_newlines": true

Cache minified CSS files locally:

"cache_css": true

Maximum amount of minification attempts using https://cssminifier.com:

"css_minify_attempts": 10

HTML pages that should be minified:

"pages": []

Other files that should be copied to the output directory:

"other": []