瀏覽代碼

copy jsm folder when getting new three.js

Gregg Tavares 6 年之前
父節點
當前提交
aa2db5e656
共有 1 個文件被更改,包括 1 次插入0 次删除
  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/`, },
           ],
         },
       },