lein-beanstalk
lein-beanstalk copied to clipboard
Allow users to supply a war file for deployment.
I'm building a HTML5 game in clojure and clojurescript, and I have to run lein-cljsbuild to generate the javascript before I build the WAR, else the game doesn't work. The problem is that lein-beanstalk currently does not have a way to let me pass in a WAR file for deployment.
I'm not sure I follow. Why do you need a custom war file? Why not just run lein-cljsbuild first?