Kai Wu
Results
2
issues of
Kai Wu
There are some (edge) cases where tags need to be self-closing, but are not known as such to hiccup's `void-tags` list. Modifying the `void-tags` would be inelegant. Is there a...
After making the three required changes (3 new keys/values) to the project.clj file, ``` clojure :dependencies [... [configleaf "0.4.6"] ...] :configleaf {:config-source-path "src/fooproject/configleaf" :namespace 'fooproject.config :verbose true} :hooks [configleaf.hooks] ```...