Hi, When I try to require a cljsjs package, it causes my boot dev task to fail. It fails for cljsjs react-burger-menu, ladda, and semantic-ui, with the following message:
"clojure.lang.ExceptionInfo: Could not locate cljsjs/semantic_ui__init.class or cljsjs/semantic_ui.clj on classpath. Please check that namespaces with dashes use underscores in the Clojure file name" Can anybody solve this for me? I notice that the error message talks of underscore whereas my downloaded files use dash. I've never seen or found an init.class. I don't know where or why boot requires an init.class, or where it is told to find underscored files. I also notice that, as so often, this problem hasn't been raised before. It's probably my fault but, if I could get a steer on this, I'd really appreciate it. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
