From 9c89652d462fae1765791b9bee1cb23ddc35fcb4 Mon Sep 17 00:00:00 2001 From: jobevers Date: Wed, 8 Feb 2017 15:16:15 -0600 Subject: [PATCH] change watch for electron --- watch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/watch.sh b/watch.sh index ed9ada730..91893b1c6 100755 --- a/watch.sh +++ b/watch.sh @@ -16,7 +16,7 @@ if [ ! -d "$DIR/node_modules" ]; then fi # run sass once without --watch to force update. then run with --watch to keep watching -$DIR/node_modules/.bin/node-sass --output $DIR/dist/css --sourcemap=none $DIR/scss/ -$DIR/node_modules/.bin/node-sass --output $DIR/dist/css --sourcemap=none --watch $DIR/scss/ & +$DIR/node_modules/.bin/node-sass --output $DIR/../app/dist/css --sourcemap=none $DIR/scss/ +$DIR/node_modules/.bin/node-sass --output $DIR/../app/dist/css --sourcemap=none --watch $DIR/scss/ & -node_modules/.bin/webpack --progress --colors --watch +node_modules/.bin/webpack --config webpack.dev.config.js --progress --colors --watch