-
Using versions: Leiningen 2.3.4 on Java 1.7.0_17 Java HotSpot(TM) 64-Bit Server VM
Just tired the example installation using
lein new caribou taiga
cd taiga
lein caribou migrate resources/config/deve…
-
Running `boot release` fails while packaging up the first stage binary, specifically task `package-executable`. This fails because node requires the `python` executable to point to python 2.6 or 2.7, …
-
Basic Idea:
Trying to run (boot (refresh)) failed without much information.
Expected:
> (boot (refresh))
...error report
Actual:
"java.lang.IllegalStateException: Can't set!: *e from non-bin…
-
Opening this issue to facilitate some discussion about how to best integrate some server side component into Tenzing. Integrating some basic server is simple. Serving the `index.html` via that server …
-
It's a smaller base image than debian.
I got something going very easily:
```
FROM anapsix/alpine-java:jdk
# Boot
RUN wget -O /usr/bin/boot https://github.com/boot-clj/boot-bin/releases/download/la…
gtrak updated
8 years ago
-
There could be "dev time" vs. "production time" issues with
the way Jackson does serialization. Figure a way to separate
the serialization activities to a classloader that cannot see
the main code.
-
It would be great if someone added a Boot section to the end of the ClojureScript Dependencies wiki page, since Boot is the only tool not represented:
https://github.com/clojure/clojurescript/wiki/Dep…
-
In reference to magomimmo/modern-cljs#340
> We could even add instructions on creating a docker environment
It would be nice to have the development environment developed in this tutorial series ava…
-
same as https://github.com/mfikes/planck/issues/118
-
## Expected behavior
In a project where both clj and cljs REPLs exist in the session, the \*cider-scratch\* buffer should behave like a cljc buffer. Namely, it should obey the rule described in the "…