diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-07 22:07:46 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-07 22:07:46 -0500 |
| commit | c772b17f7991bfcf752ac7f1d3d15abbc3454140 (patch) | |
| tree | a117e0d43e9b3c76738886c7874c9fdc8c416762 /process-static | |
| parent | 2913932810873c35bc63e7edb8d6165cefaa8cba (diff) | |
obtain validatornu release from npm
Diffstat (limited to 'process-static')
| -rwxr-xr-x | process-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process-static b/process-static index c11e334d..0ce73f92 100755 --- a/process-static +++ b/process-static @@ -77,7 +77,7 @@ sed -i "$replace" static-tmp/releases.html gixy nginx-tmp/nginx.conf xmllint --noout static-tmp/**/*.html -validatornu --errors-only --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg) +java -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg) find static-tmp -name '*.html' -exec html-minifier --collapse-whitespace \ --process-scripts "application/ld+json" --collapse-boolean-attributes \ --remove-attribute-quotes --remove-comments --remove-empty-attributes \ |
