paraseba / cssgen

Generate CSS from clojure code with an embedded DSL
http://wiki.github.com/paraseba/cssgen/
120 stars 10 forks source link

Clojure 1.3 support #4

Closed technomancy closed 12 years ago

technomancy commented 12 years ago

I bumped the version to 0.2.5-SNAPSHOT, dropped contrib in favour of clojure.algo.generic, and started using lein multi to test against 1.2 as well as 1.3.

paraseba commented 12 years ago

Already merged. Awesome changes, thanks!

I kept cssgen.use around because it's for public use and it's documented. Once I publish a set of changes I've waiting for months, it will no longer be necessary.

Too bad there is no release of algo.generic to make this 0.2.5 version

Thanks again

technomancy commented 12 years ago

Oh, I see; I thought that cssgen.use was meant for internal use. In the long term I would recommend creating a cssgen.base namespace and having people use nstools to reduce boilerplate rather than including your own solution. The kind of stuff you can do with nstools is quite impressive.

paraseba commented 12 years ago

Nice! I didn't know about nstools.