소스 검색

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/`, },
           ],
         },
       },