Skip to content

Commit

Permalink
feat: add html minify script
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Aug 19, 2023
1 parent 21dbdd6 commit baa1ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"format": "prettier --write .",
"lint:check": "eslint .",
"lint": "eslint --fix .",
"minify:html": "html-minifier --input-dir ./src --output-dir ./src --collapse-whitespace --file-ext html"
"minify:html": "html-minifier --input-dir ./src --output-dir ./src --collapse-whitespace --minify-js --minify-css --remove-comments --file-ext html"
},
"bin": {
"gains": "./src/apps/cli/cli.js"
Expand Down

0 comments on commit baa1ab2

Please sign in to comment.