Inspector: bundle vs min versions?

In the doc’ links to the inspector use the bundle version. But in the git repo, we can notice that we also have a min version, alongside an babylon.inspector.js as well, and I can’t see points about that in the doc.

So here my questions:

  • is the bundle a merge of inspector.css & inspector.js (+other files?)?
  • is the min version a minified of bundle (which have a bundle.max by the way) or just a min of inspector.js? (and so not usable in BABYLON.DebugLayer.InspectorURL = 'http://myurl/babylon.inspector.bundle.js'; command)

Actually we only provide a bundle or bundle.max files: Babylon.js/dist/preview release/inspector at master · BabylonJS/Babylon.js · GitHub

The rest were left over from the previous debug layer I guess.

OK, and I just noticed this

So maybe these files can be deleted from the Babylon.js/master/dist/inspector/ folder?

I guess they are here to not change the cdn too much but you are right we should do it with the next release as they would not be compatible anymore with the rest of the deployed code.