full-stack-boot-example icon indicating copy to clipboard operation
full-stack-boot-example copied to clipboard

How to build this on Heroku?

Open theronic opened this issue 7 years ago • 0 comments

I set BUILD_COMMAND config var to lein cljsbuild once && lein uberjar, but this throws:

remote: -----> Building with Leiningen
remote:        Running: lein cljsbuild once && lein uberjar
remote:        java.lang.Exception: Unknown build identifier: &&
...

How can I tell Heroku to build the cljs with Leiningen, then the clj?

theronic avatar Jul 11 '16 09:07 theronic