mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Switch from sprockets to cssbundling for bundling css assets.
This commit is contained in:
parent
4306f5c5d4
commit
12c1a3b7fc
14 changed files with 222 additions and 45 deletions
11
README.md
11
README.md
|
|
@ -167,6 +167,17 @@ Start esbuild for dynamic compilation of javascript assets.
|
|||
yarn build --watch
|
||||
```
|
||||
|
||||
Start cssbundling for dynamic compilation of css assets.
|
||||
|
||||
```bash
|
||||
yarn build:css --watch
|
||||
```
|
||||
|
||||
OR to run both css and javascript bundling in one go:
|
||||
```bash
|
||||
scripts/bundling.sh
|
||||
```
|
||||
|
||||
Start the puma web server
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue