Make js build parallel and add a sctipt for watching changes

JS building should be much faster now, and also you can do yarn ddev:watch-js to make it automatically detect changes and rebuild when editing JS code.
This commit is contained in:
Alex P 2022-10-21 11:19:48 +03:00
parent 222d21a7ed
commit 45d277b936
4 changed files with 624 additions and 24 deletions

View file

@ -3,4 +3,4 @@
popd
composer install
yarn run build:dev
yarn install