Navigation Menu

Skip to content

Commit

Permalink
Move AOT to :release profile. Fixes #471.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Mar 26, 2012
1 parent 4e89806 commit fb6cb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -16,11 +16,11 @@
[clj-http "0.3.3"]]
;; checkout-deps don't work with :eval-in :leiningen
:profiles {:dev {:resource-paths ["leiningen-core/dev-resources"]
:test-paths ["leiningen-core/test"]}}
:test-paths ["leiningen-core/test"]}
:release {:aot [#"leiningen"]}}
:test-selectors {:default (complement :post-preview)
:offline (complement :online)}
:source-paths ["leiningen-core/src" "src"]
:aot [#"leiningen"]
:eval-in :leiningen)

;;; Release Checklist
Expand Down

0 comments on commit fb6cb26

Please sign in to comment.