Babylon.js icon indicating copy to clipboard operation
Babylon.js copied to clipboard

Update to glTF-Validator 2.0.0-dev.3.10

Open bghgary opened this issue 3 years ago • 7 comments

See https://github.com/KhronosGroup/glTF-Validator/pull/179.

EDIT: https://github.com/KhronosGroup/glTF-Validator/releases/tag/2.0.0-dev.3.7

bghgary avatar Apr 11 '22 22:04 bghgary

Currently, I do this by hand. I wonder if we can incorporate this into the build system somehow? @RaananW

bghgary avatar Apr 11 '22 22:04 bghgary

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 avatar Apr 11 '22 22:04 bghgary

@bghgary - of course, it seems like something we can do as part of the build process. Should this run on every publish?

RaananW avatar Apr 25 '22 12:04 RaananW

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?

bghgary avatar Apr 25 '22 15:04 bghgary

This issue has been automatically staled because it has been inactive for more than 14 days. Please update to "unstale".

github-actions[bot] avatar Mar 14 '24 00:03 github-actions[bot]

This issue has been automatically staled because it has been inactive for more than 14 days. Please update to "unstale".

github-actions[bot] avatar Mar 31 '24 00:03 github-actions[bot]