2025-05-21 12:01:21 +00:00
|
|
|
Steps to build `cm6.bundle.ubol.min.js` -- command line from repo root:
|
2025-05-14 21:20:55 +00:00
|
|
|
|
2025-05-21 12:01:21 +00:00
|
|
|
- `git submodule init platform/mv3/extension/lib/codemirror/codemirror-ubol`
|
|
|
|
|
- `cd platform/mv3/extension/lib/codemirror/codemirror-ubol/`
|
|
|
|
|
- We are now in a customized repo forked from <https://github.com/RPGillespie6/codemirror-quickstart>
|
2025-05-14 21:20:55 +00:00
|
|
|
- `npm install`
|
2025-05-21 12:01:21 +00:00
|
|
|
- `npm run build`
|
2025-05-14 21:20:55 +00:00
|
|
|
- `cm6.bundle.ubol.min.js` should be in `dist` directory
|
|
|
|
|
- This is the origin of the `cm6.bundle.ubol.min.js` in the current directory
|