This pull request closes #22. Instead of storing separate html commands and their arguments, the entire command is now stored as a vector of one-or-more strings:
:html-commands: ["lein marg -f index.html"]
The Head coordinates parsing this correctly before constructing a Tentacle.
This pull request closes #22. Instead of storing separate html commands and their arguments, the entire command is now stored as a vector of one-or-more strings:
:html-commands: ["lein marg -f index.html"]
The
Head
coordinates parsing this correctly before constructing a Tentacle.