all: -mkdir public html-minifier \ --collapse-whitespace \ --remove-comments \ --remove-optional-tags \ --remove-redundant-attributes \ --remove-script-type-attributes \ --remove-tag-whitespace \ --use-short-doctype \ --minify-css true \ --minify-js true \ index.html > public/index.html