Skip to content

Commit

Permalink
Boot expect jar candidates in resource-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiesardo committed Sep 11, 2015
1 parent 0854f18 commit 32c81b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 308 deletions.
15 changes: 10 additions & 5 deletions build.boot
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
(set-env!
:source-paths #{"src"}
:resource-paths #{"resources"}
:dependencies '[[adzerk/boot-cljs "0.0-3308-0" :scope "test"]
[adzerk/boot-cljs-repl "0.1.9" :scope "test"]
[org.clojure/clojurescript "1.7.58" :scope "test"]
:resource-paths #{"src"}
:dependencies '[[adzerk/boot-cljs "0.0-3308-0" :scope "test"]
[adzerk/boot-cljs-repl "0.1.9" :scope "test"]
[crisptrutski/boot-cljs-test "0.1.0-SNAPSHOT" :scope "test"]])

(require
Expand Down Expand Up @@ -94,3 +92,10 @@
(watch)
(test-clj)
(test-cljs :js-env :phantom)))


(deftask foo []
(with-pre-wrap fileset
(println (output-files fileset))
fileset)
)
12 changes: 0 additions & 12 deletions src/linked/core.cljx

This file was deleted.

291 changes: 0 additions & 291 deletions src/linked/map.cljx

This file was deleted.

0 comments on commit 32c81b8

Please sign in to comment.