- npm: Rename build-config to build-by-config

This commit is contained in:
Brett Zamir
2019-07-12 19:14:49 -07:00
parent 9b8635e9d0
commit ed2e6e8a97
4 changed files with 12 additions and 11 deletions

View File

@@ -96,12 +96,13 @@ JavaScript, you will be required to directly modify your config within
the large non-modular, bundled JavaScript config file that includes most
of the SVG codebase.
The build routines include `npm run build-config` to convert the
JavaScript config to non-modular form, `npm run rollup` to convert the other
source files to non-modular form, and `npm run build-html` to build the
non-modular HTML out of the modular HTML (all of these are run during
`npm run test-prep`, or if you want to run the tests, also as a part of
`npm test` and `npm run browser-test`).
The build routines include `npm run build-config` (renamed in 5.0 to
`build-by-config`) to convert the JavaScript config to non-modular form
(including the main svgedit application code which the config files import),
`npm run rollup` to convert the other source files to non-modular form, and
`npm run build-html` to build the non-modular HTML out of the modular HTML
(all of these are run during `npm run test-prep`, or if you want to run the
tests, also as a part of `npm test` and `npm run browser-test`).
#### Stylesheet breaking changes