Remove catw

This commit is contained in:
fflorent
2024-04-01 14:50:02 +02:00
committed by jordigh
parent 920eb09b3b
commit 14061fd5ac
4 changed files with 17 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ if [ ! -e _build ]; then
fi
tsc --build -w --preserveWatchOutput $PROJECT &
catw app/client/*.css app/client/*/*.css -o static/bundle.css -v & webpack --config $WEBPACK_CONFIG --mode development --watch &
webpack --config $WEBPACK_CONFIG --mode development --watch &
NODE_PATH=_build:_build/stubs:_build/ext nodemon ${NODE_INSPECT:+--inspect} --delay 1 -w _build/app/server -w _build/app/common _build/stubs/app/server/server.js &
wait