remove concept of prod and dev assets
instead always do the "prod" thing, but use entr for restarting the server for all assets
This commit is contained in:
3
_do_run_server_live
Executable file
3
_do_run_server_live
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
find server/assets/ | entr -r ./_do_run_server $@
|
||||
Reference in New Issue
Block a user