From 0e091fcab8cbb9995f33859d70b06fba038a53a1 Mon Sep 17 00:00:00 2001 From: Franz Josef Kaiser Date: Sun, 6 Nov 2016 00:35:12 +0100 Subject: [PATCH] Fix: Build script inclusion, see #27 --- scripts/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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