From 6e9f83c79eb8958f9351df9e237ba76823d342f2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 14 Jun 2022 19:22:56 +0100 Subject: [PATCH] Watch for contrib changes during dev --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index b462d59..0870a32 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,4 @@ web: ./manage.py runserver watch-js: npm run build:js -- --watch watch-css: npm run build:css -- --watch +watch-contrib: while inotifywait -e modify ./scripts/copy-npm-contrib.sh; do ./scripts/copy-npm-contrib.sh; done