Преглед изворни кода

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