Skip to content

Commit

Permalink
Added cljs to the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 27, 2019
1 parent fab535d commit 707eba6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
:repl-options {
:init-ns clojusc.twig.dev}
:dependencies [
[lein-shell "0.5.0"]
[org.clojure/tools.nrepl "0.2.13"]]}
:test {
:aot :all
Expand Down Expand Up @@ -95,7 +94,6 @@
["check-jars"]
["check-vers"]]
"kibit" ["with-profile" "+lint" "do"
["shell" "echo" "== Kibit =="]
["kibit"]]
"eastwood" ["with-profile" "+lint" "eastwood" "{:namespaces [:source-paths]}"]
"lint" ["do"
Expand All @@ -104,10 +102,14 @@
]
"ltest" ["with-profile" "+test" "ltest"]
;; Build
"cljs" ["cljsbuild" "once" "twig"]
"cljs-node" ["cljsbuild" "once" "node"]
"build" ^{:doc "Perform build steps."} ["do"
["clean"]
["ubercompile"]
["check-vers"]
;["lint"]
["lint"]
["ltest"]
["uberjar"]]})
["uberjar"]
["cljs"]
["cljs-node"]]})

0 comments on commit 707eba6

Please sign in to comment.