boot-cljs icon indicating copy to clipboard operation
boot-cljs copied to clipboard

Add option to select output file role

Open Deraen opened this issue 8 years ago • 0 comments

  • Serving files from target dir, filesystem during dev: output with source role (don't include in classpath)
  • Uberjar production build: resource role, include in JAR
  • Cljs-test: don't add files to fileset, test runner can use files from tmp-dir without messing up the fileset

Deraen avatar Aug 10 '17 15:08 Deraen