jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
833 stars 40 forks source link

Replace task file with bb tasks #132

Closed jacobobryant closed 1 year ago

jacobobryant commented 2 years ago

I'm playing around with bb tasks again and it's working great. Very ergonomic. Using bb tasks instead of a bash script will make it easy to pull the tasks code into a library, which means tasks can be updated/added easily. A small downside is that anyone using biff will have to install bb first if they haven't already, but worth it imo.

jacobobryant commented 2 years ago

There have been some weird classpath caching problems, but that might be specific to platypub. If we do run into that in biff core, probably good to ask about it on #babashka or something.