paraseba / cssgen

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

Problem with new-style contrib #5

Closed anttipoi closed 12 years ago

anttipoi commented 12 years ago

I cannot seem to get cssgen to work with clojure 1.3.0 and new style contribs.

cssgen depends on org.clojure/algo.generic. Referred version of that library has code under namespace clojure.algo.generic. Yet cssgen.use/css-ns refers to clojure.contrib.generic.arihmetic, which looks like old contrib stuff.

What's the correct fix so old libs work, too?

paraseba commented 12 years ago

Sorry about that regression. Could you please try the new 0.2.6 version instead? It should fixed the problem. Thanks for reporting the issue

anttipoi commented 12 years ago

Works like a charm, thanks!

paraseba commented 12 years ago

Great, thank you