mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Update README with bundling command
This commit is contained in:
parent
afbbb0fc75
commit
3d8b4c24b7
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue