Skip to content

Commit

Permalink
remove minify because of bug
Browse files Browse the repository at this point in the history
see tikitu/jsmin#33

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
  • Loading branch information
NicolasMassart committed Sep 7, 2021
1 parent e3cacf6 commit c9c631c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ mkdocs-markdownextradata-plugin==0.1.3
mkdocs-exclude==1.0.2
mkdocs-redirects==1.0.0
mkdocs-git-revision-date-localized-plugin==0.5.0
mkdocs-minify-plugin==0.3.0
# mkdocs-minify-plugin==0.3.0
plantuml-markdown==3.3.0
10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,11 @@ plugins:
- global/*
- git-revision-date-localized:
locale: en
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
# - minify:
# minify_html: true
# minify_js: true
# htmlmin_opts:
# remove_comments: true
- redirects:
redirect_maps:
# Configure redirects using key:value pairs:
Expand Down

0 comments on commit c9c631c

Please sign in to comment.