domkm / silk

Routing for Clojure & ClojureScript
222 stars 13 forks source link

uuid conflicts with cljs.core/uuid #15

Closed jeluard closed 9 years ago

jeluard commented 9 years ago

With latest ClojureScript release uuid conflicts with cljs.core/uuid. A simple way to fix this is to exclude uuid and it looks safe for older ClojureScript too. I can send a PR if that sounds fine.

domkm commented 9 years ago

A PR would be great! Thanks.