lein-beanstalk icon indicating copy to clipboard operation
lein-beanstalk copied to clipboard

Allow users to supply a war file for deployment.

Open ghost opened this issue 12 years ago • 1 comments

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.

ghost avatar Jan 15 '13 22:01 ghost

I'm not sure I follow. Why do you need a custom war file? Why not just run lein-cljsbuild first?

weavejester avatar Jan 15 '13 22:01 weavejester