Skip to content

Commit

Permalink
issue#64 - removed the duplicate source paths created the duplicate f…
Browse files Browse the repository at this point in the history
…iles in the ouput jar
  • Loading branch information
ckirkendall committed Sep 21, 2013
1 parent ce5e0cb commit c00ef0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
(defproject domina "1.0.2-SNAPSHOT"
:description "A DOM manipulation library for ClojureScript inspired by JQuery"
:source-path "src/clj"
:source-paths ["src/cljs"]
:dependencies [[org.clojure/clojure "1.4.0"]]
:plugins [[lein-cljsbuild "0.3.0"]
[lein-clojars "0.9.1"]]
:hooks [leiningen.cljsbuild]
:cljsbuild {:builds [{:source-paths ["src/cljs"]
:jar true
:cljsbuild {:builds [{:jar true
:compiler {:libs ["goog/dom/query.js"]
:pretty-print true
:output-dir ".cljsbuild/domina"
Expand Down

0 comments on commit c00ef0a

Please sign in to comment.