Quellcode durchsuchen

copy jsm folder when getting new three.js

Gregg Tavares vor 6 Jahren
Ursprung
Commit
aa2db5e656
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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/`, },
           ],
         },
       },