nerap

Results 2 issues of nerap

I've deployed an app based on caveman, which has the following builder form: ``` (builder (:static :path (lambda (path) (if (ppcre:scan "^(?:/img/|/css/|/js/|/bootstrap-icons/|/robot\\.txt$|/favicon\\.ico$)" path) path nil)) :root *static-directory*) (if (productionp) nil...

I'm using Alpine Linux as my daily driver. There is an error when when compiling this project. Here is the shell output: ``` ~/Git/libmixed $ mkdir build ~/Git/libmixed $ cd...