瀏覽代碼

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;
     }));