From 3d8b4c24b78c05e0b7cb12c75d78125364f20abc Mon Sep 17 00:00:00 2001 From: rebuilt Date: Mon, 25 Oct 2021 14:14:29 +0200 Subject: [PATCH] Update README with bundling command --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index a17b2a00..2cf427b1 100644 --- a/README.md +++ b/README.md @@ -167,13 +167,8 @@ Start esbuild for dynamic compilation of javascript assets. yarn build --watch ``` -Start cssbundling for dynamic compilation of css assets. +Start cssbundling AND esbuild for dynamic compilation of javascript and css assets. -```bash -yarn build:css --watch -``` - -OR to run both css and javascript bundling in one go: ```bash scripts/bundling.sh ```