Update to glTF-Validator 2.0.0-dev.3.10
See https://github.com/KhronosGroup/glTF-Validator/pull/179.
EDIT: https://github.com/KhronosGroup/glTF-Validator/releases/tag/2.0.0-dev.3.7
Currently, I do this by hand. I wonder if we can incorporate this into the build system somehow? @RaananW
I just do the following against the npm package:
browserify index.js -o gltf_validator.js
where index.js is:
GLTFValidator = require('gltf-validator');
@bghgary - of course, it seems like something we can do as part of the build process. Should this run on every publish?
It doesn't change that often, so I think no, but it also doesn't take long, so it will fine if we do it every time. What's a good place to do this?
This issue has been automatically staled because it has been inactive for more than 14 days. Please update to "unstale".
This issue has been automatically staled because it has been inactive for more than 14 days. Please update to "unstale".