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