retrogradeorbit / bootleg

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

enlive tranforms dont support reagent style hashmaps #39

Closed retrogradeorbit closed 4 years ago

retrogradeorbit commented 4 years ago
(enlive/at forms 
    [:pre] (enlive/set-attr "style" {:border-radius "8px"
                                     :margin-bottom "32px"})

gives:

bootleg: script error at line 23, column 25: Class cast: clojure.lang.PersistentArrayMap cannot be cast to java.lang.String