seimin пре 2 година
родитељ
комит
2611b49d32
1 измењених фајлова са 1 додато и 1 уклоњено
  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文件夹