seimin před 2 roky
rodič
revize
2611b49d32
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -4,7 +4,7 @@ const from = {
4 4
   path: [
5 5
     './assets/**/*',
6 6
     // './bower_components/**/*',(第二次以后的更新不用)
7
-    './index.html',
7
+    // './index.html',(第二次以后的更新不用)
8 8
   ]
9 9
 };
10 10
 // 清理dist文件夹