From 66dd264f7b15c05006faa00694c88c56794edc54 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 11 Jun 2017 11:29:03 +0200 Subject: Better build/dev scripts --- scripts/watch/client.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/watch/client.sh (limited to 'scripts/watch/client.sh') diff --git a/scripts/watch/client.sh b/scripts/watch/client.sh new file mode 100755 index 000000000..3e4522547 --- /dev/null +++ b/scripts/watch/client.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +cd client || exit -1 + +npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached --watch -- cgit v1.2.3