Explorar el Código

copy jsm folder when getting new three.js

Gregg Tavares hace 6 años
padre
commit
aa2db5e656
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Gruntfile.js

+ 1 - 0
Gruntfile.js

@@ -186,6 +186,7 @@ module.exports = function(grunt) {
             { expand: true, cwd: `${threePath}/build/`, src: 'three.js', dest: `${basePath}/`, },
             { expand: true, cwd: `${threePath}/build/`, src: 'three.min.js', dest: `${basePath}/`, },
             { expand: true,  cwd: `${threePath}/examples/js/`, src: '**', dest: `${basePath}/js/`, },
+            { expand: true,  cwd: `${threePath}/examples/jsm/`, src: '**', dest: `${basePath}/js/`, },
           ],
         },
       },