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)
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.