aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
655 stars 203 forks source link

Copy HTML to Clipboard includes relative path to aframe-master #536

Closed g0dd4rd closed 5 years ago

g0dd4rd commented 6 years ago

I believe it should include url to the aframe.min.js instead. now: script src="../../../dist/aframe-master.js expected: script src="https://aframe.io/releases/${version}/aframe.min.js

naugtur commented 6 years ago

Seems to me it's preserving the exact url there was. If you're using your own script URL that seems desired. I'd say it's correct.

ngokevin commented 5 years ago

removed the whole export entire scene to HTML option