mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
Change bundling script to use yarn.
This commit is contained in:
parent
12c1a3b7fc
commit
afbbb0fc75
5 changed files with 4 additions and 9 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
set -eux
|
||||
|
||||
yarn build --watch & yarn build:css --watch
|
||||
yarn sass ./app/assets/stylesheets/application.bootstrap.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules --watch & yarn sass ./app/assets/stylesheets/sqm_application.scss ./app/assets/builds/sqm_application.css --no-source-map --load-path=node_modules --watch & npx sass ./app/assets/stylesheets/welcome.scss ./app/assets/builds/welcome.css --no-source-map --load-path=node_modules --watch & yarn build --watch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue