Fork me on GitHub
#luminus
<
2016-12-07
>
codxse07:12:54

@yogthos any documentation/wiki how to use it?

yogthos13:12:35

@codxse you just have to include it as a dependency, ring-webjars does the rest https://github.com/weavejester/ring-webjars

codxse17:12:44

I am sorry, not in luminus template. But I mostly copy the template structure from Luminus. Even I didn't add [org.webjars/webjars-locator-jboss-vfs "0.1.0"] to :dependency the ring-webjars is still working. Does [org.webjars/webjars-locator-jboss-vfs "0.1.0"] has any advantages?

mlev21:12:21

I'm working through the book "Web Development with Clojure, 2nd Ed", and when I try to run (mount/start #'guestbook.db.core/db) in the nREPL, I get the following error: 'ClassCastException mount.core.DerefableState cannot be cast to clojure.lang.IFn guestbook.db.core/eval30818/fn--30819 (core.clj:8)'

mlev22:12:13

Does anyone know what the issue might be? I also had an issue connecting to the nREPL server on port 7000 using "lein repl :connect 7000".

mlev22:12:18

It is for a Luminus app.