Files
gonic/_do_run_server_live
sentriz ba2f835c22 remove concept of prod and dev assets
instead always do the "prod" thing, but use entr for restarting the
server for all assets
2019-07-08 13:36:26 +01:00

4 lines
61 B
Bash
Executable File

#!/bin/sh
find server/assets/ | entr -r ./_do_run_server $@