Add web resource minification

This commit is contained in:
2022-01-31 23:45:08 -05:00
parent 5ab9ad02de
commit 5ed61b06fa
3 changed files with 468 additions and 129 deletions

View File

@@ -10,12 +10,16 @@ python = "^3.8"
"ruamel.yaml" = "^0.17.4"
Jinja2 = "^2.11.3"
marshmallow = "^3.11.1"
minify-html = "^0.8.0"
jsmin = "^3.0.0"
[tool.poetry.dev-dependencies]
black = "^20.8b1"
ipython = "^7.28.0"
mdformat = "^0.7.10"
pre-commit = "^2.12.1"
reorder-python-imports = "^2.4.0"
pre-commit-hooks = "^3.4.0"
reorder-python-imports = "^2.4.0"
black = "^22.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]