소스 검색

make watch handle live editor

Gregg Tavares 6 년 전
부모
커밋
942346d369
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -106,7 +106,7 @@ module.exports = function(grunt) {
         copy.cwd = `${path.dirname(file)}/`;
         copy.src = path.basename(file);
         copy.expand = true;
-        copy.dest = 'out/webgl/resources/';
+        copy.dest = 'out/threejs/resources/';
       }
       return copy;
     }));