Browse Source

make watch handle live editor

Gregg Tavares 6 years ago
parent
commit
942346d369
1 changed files with 1 additions and 1 deletions
  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;
     }));