diff --git a/build/tools/copy.js b/build/tools/copy.js index 456f7e90..c2b7f7bc 100644 --- a/build/tools/copy.js +++ b/build/tools/copy.js @@ -7,6 +7,7 @@ copyAndWatch( { src: 'public/**/*', srcPrefix: 'public', dst: 'out' }, { src: 'meshes/**/*', dst: 'out' }, { src: 'sample/**/*', dst: 'out' }, + { src: 'samples/**/*', dst: 'out' }, { src: 'shaders/**/*', dst: 'out' }, { src: 'index.html', dst: 'out' }, ], diff --git a/sample/videoUploadingWebCodecs/index.html b/samples/videoUploadingWebCodecs/index.html similarity index 100% rename from sample/videoUploadingWebCodecs/index.html rename to samples/videoUploadingWebCodecs/index.html