paraseba / cssgen

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

Error when trying make CSS file #2

Closed benekastah closed 12 years ago

benekastah commented 12 years ago

Can't dynamically bind non-dynamic var: clojure.contrib.io/*append*

Perhaps this isn't compatible with recent versions of clojure?

paraseba commented 12 years ago

Yes, we need to get rid of monolithic contrib. The main reason to have it there is c.c.generic.arithmetic. I'm working on a full rewrite that will eliminate the need for c.c but don't have much free time

paraseba commented 12 years ago

It should work now, both with clj 1.2.x and 1.3.0, thanks to @technomancy who sent a pull request.

Is version 0.2.5-SNAPSHOT working for you?

Thanks

benekastah commented 12 years ago

It works great now, thanks!!

paraseba commented 12 years ago

Thank you for reporting the issue