UNC-Libraries / jquery.xmleditor

jQuery based XML editor plugin.
153 stars 71 forks source link

xsd2json: Improve phantomjs script #92

Closed vog closed 7 years ago

vog commented 7 years ago

While working on xsd2json, it was cumbersome to have to rebuild xsd/xsd2json.js just to run it through phantomjs.

I propose to adjust the phantomjs scripts to use in xsd/src/ instead of the build xsd/xsd2json.js build. There is no use in the minified xsd2json program when it isn't actually deployed through the network to a browser.