- npm: Rename build-config to build-by-config
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user