lein-garden icon indicating copy to clipboard operation
lein-garden copied to clipboard

Leiningen plugin for compiling Garden stylesheets.

Results 12 lein-garden issues
Sort by recently updated
recently updated
newest added

I am not sure, where to put jvm-opts for garden. Is that supported at all, from reading the [code](https://github.com/noprompt/lein-garden/blob/458141524666e9ab6a1e15482c2601d59d505593/src/leiningen/garden.clj#L122) I don't see how I could pass it in.

``` [clojure "1.8.0"] [lein-garden "0.3.0"] [garden "1.3.2"] ``` `auto` gives stale results after the initial compile. `once` works fine. Everything with working previously so I'm not sure what broke it....

This patch fixes the issue with the ignored :mirrors key in project.clj (https://github.com/noprompt/lein-garden/issues/51).

I'm not sure if you're deliberately holding off on Clojure 1.7 support until it lands officially, but in using the release candidates it's been useful to me to keep styles...

enhancement
patch welcome

If project's `:dependencies` include artifacts in private repositories, `lein garden ` will fail with the following message: ``` Compiling Garden... Could not find artifact com.example:private:jar:0.0.1 in central (https://repo1.maven.org/maven2/) Could not...

After upgrading to lein-garden 0.2.8 from 0.2.6, I see the following error messages on each run of Leiningen: ``` # lein version Error: cannot resolve leiningen.garden/activate hook Leiningen 2.6.1 on...

When adding `:prep-tasks [["garden" "once"]]` to the `project.clj` (as suggested in the documentation), lein-garden seems to produce an endless compilation loop. It looks like this: ``` $ lein run Compiling...

bug

`fs` causes heart burn for citizens of the `lein-garden` realm (see #35, #41). Either we "crib" the needed functions from `fs` or "hand roll" them.

lein-garden version "0.2.6" crashes with: ``` bash $ lein garden auto java.lang.NullPointerException: null at clojure.core$name.invoke (core.clj:1524) leiningen.garden$validate_builds.invoke (garden.clj:32) leiningen.garden$garden.doInvoke (garden.clj:139) clojure.lang.RestFn.invoke (RestFn.java:423) clojure.lang.Var.invoke (Var.java:383) clojure.lang.AFn.applyToHelper (AFn.java:156) clojure.lang.Var.applyTo (Var.java:700) clojure.core$apply.invoke (core.clj:632)...

bug