From 89b8b661818c10ddd3393d3c47fdbbe6a5879284 Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Sat, 13 Sep 2014 12:47:56 +0400 Subject: [PATCH] cljsbuild for lein plugin --- plugins/lein/lein.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/lein/lein.plugin.zsh b/plugins/lein/lein.plugin.zsh index 11c92979..3c66af8f 100644 --- a/plugins/lein/lein.plugin.zsh +++ b/plugins/lein/lein.plugin.zsh @@ -8,6 +8,7 @@ function _lein_commands() { "classpath:print the classpath of the current project" "clean:remove compiled files and dependencies from project" "compile:ahead-of-time compile the project" + "cljsbuild:compile clojure script sources" "deploy:build jar and deploy to remote repository" "deps:download and install all dependencies" "help:display a list of tasks or help for a given task"