timgilbert / cljs-pikaday

A ClojureScript interface to the Pikaday javascript date-picker
MIT License
52 stars 9 forks source link

Does not compile #1

Closed NoamB closed 9 years ago

NoamB commented 9 years ago

after adding the require, compiling:

Caused by: clojure.lang.ExceptionInfo: No such namespace: shodan.inspection, could not locate shodan/inspection.cljs or shodan/inspection.cljc at line 1 file:/Users/noam/.m2/repository/cljs-pikaday/cljs-pikaday/0.1.0/cljs-pikaday-0.1.0.jar!/cljs_pikaday/reagent.cljs```
timgilbert commented 9 years ago

Sorry about that! I just pushed version 0.1.1 to clojars, which should fix this problem.

NoamB commented 9 years ago

Thanks, it compiles now.