-
I seem to be having a bit of a task getting stuff to reload using boot
i have installed the saapas project on a vagrant running ubuntu 64
the following is the build.boot
```
(set-env!
; Test path…
-
Hi! Thank you for re-frame.
This is not so much an issue as an offer to help.
I think it would be pretty easy to make a version of this lein template that was compatible with http://www.phoenixframew…
-
When I want to check out variable value like the following. I the this error:
```
user> *clojure-version*
Exception Debugger not initialized user/eval26920 (form-init388001381812299306.clj:1)
``…
-
The main source on how to include JavaScript modules is still my [blog](http://mneise.github.io/). It would be good to consolidate the information from the different blog posts and add documentation f…
-
Although current approach works rather well (absolutely custom `cljs_rn_module` is a good proof of that) we still have couple of issues which we should address:
- Figwheel approach isn's possible (and…
-
Here's something interesting. I'm trying to get live reloading with the following build.boot:
```
(set-env!
:source-paths #{"src/cljs"}
:resource-paths #{"html"}
:dependencies '[[adzerk/boot-cl…
-
I got error message in `*Messages*` buffer:
```
[nREPL] Establishing direct connection to localhost:36173 ...
error in process filter: nrepl--direct-connect: [nREPL] Direct connection failed
error in…
-
Live evaluation is not working when I open http://blog.klipse.tech/clojure/2016/05/30/spec.html.
When evaluating the followings
```
(ns my.spec
(:require [cljs.spec :as s]))
(ns my.spec
(:requir…
-
I have been developing a Reagent app and recently wanted to try out a production build of it. I have used the Tenzing Reagent template for this app and it's fairly simple. However I am getting bizarre…
-
Have been trying to automate my ring server without success the following is a snippet my project.clj
```
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9…