Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

InputUsername/site-minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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": []

Releases

No releases published

Packages

No packages published

Languages