Procházet zdrojové kódy

make watch handle live editor

Gregg Tavares před 6 roky
rodič
revize
942346d369
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
     }));