boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
lispyclouds 2018-12-07T06:38:25.011700Z

@alandipert i was trying with comp and wasnt working. just plainly writing

(require '[bob.main :as app])
(deftask run []
  (app/-main)
  (wait))
works now! Thanks for the suggestion 😄

👍 1