boot-clj / boot-new

Generate new projects based on Boot Templates and/or Leiningen Templates!
https://clojars.org/boot/new
Eclipse Public License 1.0
155 stars 42 forks source link

boot run doesn't allow for previous pipeline tasks to execute #38

Closed seancorfield closed 6 years ago

seancorfield commented 6 years ago

The run task is "immediate" so, for example, you can't do boot javac run and execute code that imports the (compiled) Java code. The body of run should be wrapped in with-pass-thru.