diff --git a/scripts/watch b/scripts/watch index 3585777..1efdd94 100644 --- a/scripts/watch +++ b/scripts/watch @@ -1,2 +1,2 @@ #!/usr/bin/env bash -watch "npm run build" assets/src \ No newline at end of file +watch "$(<./scripts/js) $(<./scripts/css)" assets/src \ No newline at end of file