mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
14 lines
399 B
Bash
14 lines
399 B
Bash
#!/bin/sh
|
|
|
|
sh bundle_and_run.sh
|
|
|
|
ls bundles -lah | grep 'bundle.js$'
|
|
|
|
# explore the contents
|
|
npx source-map-explorer bundles/usecase1.bundle.js
|
|
npx source-map-explorer bundles/usecase2.bundle.js
|
|
npx source-map-explorer bundles/usecase3.bundle.js
|
|
npx source-map-explorer bundles/usecase4.bundle.js
|
|
npx source-map-explorer bundles/usecase5.bundle.js
|
|
npx source-map-explorer bundles/usecase6.bundle.js
|