retrogradeorbit / bootleg

Simple template processing command line tool to help build static websites
Eclipse Public License 2.0
255 stars 12 forks source link

Fix enlive/hickory :type encoding incompatibility #4

Closed retrogradeorbit closed 4 years ago

retrogradeorbit commented 4 years ago

Enlive encodes it's internally generated hickory with missing :type fields. eg {:tag :blink, :attrs nil, :content ["FOO"]} instead of {:type :element :tag :blink, :attrs nil, :content ["FOO"]}

This then explodes when passing through hickory's conversion utilities.

See #2

retrogradeorbit commented 4 years ago

Fixed in v0.1.2