Browse Source

formatting

Gregg Tavares 5 năm trước cách đây
mục cha
commit
949cd218e4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -211,8 +211,8 @@ module.exports = function(grunt) {
             { expand: true, cwd: `${threePath}/build/`, src: 'three.js', dest: `${basePath}/`, },
             { expand: true, cwd: `${threePath}/build/`, src: 'three.min.js', dest: `${basePath}/`, },
             { expand: true, cwd: `${threePath}/build/`, src: 'three.module.js', dest: `${basePath}/`, },
-            { expand: true,  cwd: `${threePath}/examples/js/`, src: '**', dest: `${basePath}/js/`, },
-            { expand: true,  cwd: `${threePath}/examples/jsm/`, src: '**', dest: `${basePath}/jsm/`, },
+            { expand: true, cwd: `${threePath}/examples/js/`, src: '**', dest: `${basePath}/js/`, },
+            { expand: true, cwd: `${threePath}/examples/jsm/`, src: '**', dest: `${basePath}/jsm/`, },
           ],
         },
       },