Skip to content

Commit

Permalink
Adding in dependency -minify
Browse files Browse the repository at this point in the history
mkdocs is looking for minify and it currently isn't installed causing my builds to fail (unless I am fundamentally doing something wrong?) 
Added to requirements for installer
  • Loading branch information
nebuk89 authored Mar 2, 2020
1 parent 5bb26cc commit 2c0cd73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mkdocs
mkdocs-material
mkdocs-minify-plugin
pygments
pymdown-extensions
pymdown-extensions

0 comments on commit 2c0cd73

Please sign in to comment.