cljsbuild hooks + rsync/ssh

2014-03-22 Thread t x
Hi, This sounds sorta silly: I'm already running "lein cljsbuild auto" Now, whenver the build completes (definitely when it succeeds; I don't care what happens when it fails), I would like to trigger an rsync or ssh to copy the resources/release/*.js files to a remote machine. Is there

Re: cljsbuild hooks + rsync/ssh

2014-03-22 Thread Chas Emerick
That does sound very questionable, but you should be able to wire this up using :notify-command: https://github.com/emezeske/lein-cljsbuild/blob/master/sample.project.clj#L73 - Chas On 03/22/2014 07:06 AM, t x wrote: Hi, This sounds sorta silly: I'm already running "lein cljsbuild aut