-
Currently, the the figwheel configuration will be generated by `figwheel-config`
(defn- figwheel-config [path main]
{:duct.server/figwheel
{:css-dirs ^:displace ["resources" "dev…
-
This might be related to #65
Case:
- hedge.edn with 10 functions.
- one core.cljs with the 10 handlers
- the function handlers are stubs (mainly one-liners that return a constant value or a s…
-
Hi @anmonteiro , I was wondering if it's possible to use `lumo` on the `RPi` platform and whether you would consider including that in the future releases?
-
It would help reduce backup sizes on macOS for Time Machine and 3rd party backup tools if Leiningen's generated files, caches, and target directories were marked to not be backed up. There is a comman…
-
Requirements: most recent versions of boot and planck must be installed.
Script to run specter with Planck:
```
#!/usr/bin/env bash
echo "Example: (transform (s/walker number?) inc {:a {:b 2} :c 1})…
-
I started using boot exclusively (i.e. without any project.clj) for some new project. I find the combo `boot` + `cursive` extremely powerful especially for ClojureScript projects.
Unfortunately cursiv…
-
I'm not sure how much this is an issue but when test does not pass, strange stacktrace is shown. I've changed boot-test test to fail:
```
Testing adzerk.boot-test.test
FAIL in (have-you-tried) (test…
-
build.boot:
```
(set-env!
:source-paths #{"src"}
:dependencies '[[org.clojure/clojure "1.7.0"]])
(task-options! repl {:init-ns 'nrepl.foo
:eval '(set! *print-length* 20)})
`…
-
It seems to me that after you start a CLJS bREPL on top of a CLJ REPL, if you stop the former and then restart it, you can't connect anymore to the browser.
``` clj
boot repl -c
...
boot.user=> (sta…
-
In using this template with the prescribed instructions:
```boot -d boot/new new -t boot-reframe-10x -n my.example.spa```
The resulting application is is unable to find the `my.example.spa` na…