-
It would be good to have ability to provide lein profile for the specific sensor.
For example, we encountered a lot of vulnerabilities in nvd sensor, due to some abandoned dependencies in tests. T…
-
Running `cljsh -l` in a leiningen project dir on my OS X system opens a new Terminal.app instance and shell, where I see this. Is it expecting an arg? No port perhaps?
```
% cljsh -v
2012/02/22 12:…
drewr updated
12 years ago
-
We've had some changes in `lein` that haven't been moved over to `lein-pkg`.
-
lein-figwheel expects files with .js extension inside its source directories to be foreign libraries. And foreign libraries must declare a namespace. In fact, lein-figwheel assumes it, and if it
does…
-
I have followed the instructions to setup a sample gorilla-repl project following the instructions on the [Getting started website](http://gorilla-repl.org/start.html) but i cant get my repl running a…
-
> _原文写于2012-10-17_
Leiningen是类似Maven的一个Clojure自动化构建工具,它在工程里也会生成一个类似pom的文件叫project.clj,不过是clojure风格的,更简洁和简单,支持命令操作和IntelliJ idea集成环境。 从Leiningen主页下载1.7.0版本的standalone jar包,放到比如D:\app\lein目录下,然后拷贝下面的脚本…
-
The generated project.clj file doesn't have `:output-dir` setting for cljs release build, and
`lein cljsbuild once release` fails without it:
```
~/hacks/omtest∴ lein cljsbuild once release
Compilin…
-
I'm following the GUIDE.rst. I'm at the migrations section at the moment. Migrations seems to work flawlessly from REPL but I noticed that the command from [Running Database Migrations in Production](…
-
Use some html code genrator and publish to github pages
Options include:
* [codox][1] (via lein plugin `lein-codox`)
* [marginalia][2] (via lein plugin `lein-marginalia`)
See codox's [wiki p…
-
I'm trying to run the sample project generated with `lein new lein-clr clr_test`, and it looks like the clojure code isn't getting copied to the `target` directory.
```
$ lein clr test
Running Clojur…