From 9f237c5c5a12dc4aa3b4fbd486586050bf84b2b8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 2 Dec 2016 21:40:07 -0400 Subject: - Fixed a bug that was causing compilation & testing to be done more than necessary. - Changed the "watch" meta-command to "auto". --- lux-lein/src/leiningen/lux.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-lein/src/leiningen/lux.clj') diff --git a/lux-lein/src/leiningen/lux.clj b/lux-lein/src/leiningen/lux.clj index 4902d048f..40f39f9d3 100644 --- a/lux-lein/src/leiningen/lux.clj +++ b/lux-lein/src/leiningen/lux.clj @@ -23,7 +23,7 @@ "repl" (&repl/repl project) - "watch" + "auto" (case (second args) "build" (&watch/watch #(&builder/build project) project) @@ -32,5 +32,5 @@ (&watch/watch #(&test/test project) project)) ;; default... - (println "Commands available: (watch) build, (watch) test, repl")) + (println "Commands available: (auto) build, (auto) test, repl")) ) -- cgit v1.2.3