Skip to content

Commit

Permalink
Merge pull request #169 from bitemyapp/patch-1
Browse files Browse the repository at this point in the history
Added a note that :jar true works for lein uberjar
  • Loading branch information
emezeske committed Dec 31, 2012
2 parents 5850cc9 + f0d42d6 commit 8fea2ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -110,7 +110,8 @@ your project configuration:
Note that by default the `lein jar` task does *not* package your ClojureScript
code in the JAR file. This feature needs to be explicitly enabled by adding
the following entry to each of the `:builds` that you want included in the
JAR file.
JAR file. `lein uberjar` derives its behavior from `lein jar` and will include
the ClojureScript as well if enabled.

```clj
:jar true
Expand Down

0 comments on commit 8fea2ad

Please sign in to comment.