-
I'm getting a stacktrace when running `lein figwheel`.
`Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/util/Args, compiling:(cemerick/pomegranate/aether.clj:42:54)`
I had …
-
Original [issue 563](https://code.google.com/p/counterclockwise/issues/detail?id=563) created by laurentpetit on 2013-04-06T22:46:37.000Z:
What steps will reproduce the problem?
1.Create a new clojur…
-
Wondering if there are any examples using optimus asset loaders in a luminus/selmer project? We are keen to try optimus but struggling to wire everything up!
-
The [Luminus migratus documentation](http://www.luminusweb.net/docs/migrations.md) states that one can pass migration ids to rollback/migrate. Attempting to do so with rollback raises an exception:
…
-
I'm not having any luck adding history to the cljs luminus template.
I added the appropriate requires/imports and added this code to the core.cljs file:
``` clojure
(let [h (History.)]
(goog.event…
-
No matter what I have tried (see: http://stackoverflow.com/questions/27210818/configuring-mongodb-in-a-clojure-luminus-web-framework) I cannot get MongoDB configured to work inside a Luminus Webapp.
…
-
I wish this project could eventually become something like luminous in clojure. Do we have all the parts yet for haskell development to work like this?
http://www.luminusweb.net/
Is that the directi…
-
Currently, the documentation for clj-ajax, both on the luminus site (http://www.luminusweb.net/docs/clojurescript.md#ajax) and on the clj-ajax github site is a bit too sparse. I'm having difficulty f…
-
Hi!
I have vanilla OS X Yosemite.
I ran the following commands:
$ brew install leiningen
$ lein new luminus my-app +cljs +h2
$ lein cljsbuild auto
I encountered an error:
Caused by: java.util.rege…
-
```
lein new luminus mysite +site +cljs +postgres +http-kit
```
the home page don't display the menu.
when do not use +cljs, it display the menu.