crate
crate copied to clipboard
A ClojureScript implementation of Hiccup
on event listeners are not created properly. For example: ``` [:button :onclick (fn [evt] (println "click"))] ``` The above does not work because in https://github.com/ibdknox/crate/blob/master/src/crate/compiler.cljs#L124 setAttribute is used to add...
Steps to reproduce: Start a browser-repl via cljsbuild (tried with Firefox and Chromium), and evaluate the following expressions in order of appearance: (ns mynamespace (:use [jayq.core :only [$ append css...
I noticed you've been contributing to the dommy project. Should crate and dommy merge to make life easier for the end user? David
I'd like to request that you create a git tag when you release new jars to clojars (or something equivalent). I'm trying to track down a bug, and it's unclear...