Updated description of custom builds
This commit is contained in:
parent
94e0f0117c
commit
1078e016df
|
@ -130,7 +130,7 @@ The source code of JSONEditor consists of CommonJS modules. JSONEditor can be bu
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
To create a custom bundle of the source code, [browserify](http://browserify.org/) can be used:
|
To create a custom bundle of the source code using browserify:
|
||||||
|
|
||||||
browserify ./index.js -o ./jsoneditor.custom.js -s JSONEditor
|
browserify ./index.js -o ./jsoneditor.custom.js -s JSONEditor
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue