From c027eabeb5531ca3cbdc391837453d06258c83bb Mon Sep 17 00:00:00 2001 From: roo00 Date: Mon, 18 Mar 2019 17:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A5=9E=E7=BB=8F=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2server/gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/o2server/gulpfile.js b/o2server/gulpfile.js index bf85778b02..a8fe3ed60a 100644 --- a/o2server/gulpfile.js +++ b/o2server/gulpfile.js @@ -101,6 +101,7 @@ var apps = [ {"folder": "x_component_Setting", "tasks": ["move", "min", "clean", "watch"]}, {"folder": "x_component_Strategy", "tasks": ["move", "min", "clean", "watch"]}, {"folder": "x_component_Weixin", "tasks": ["move", "min", "clean", "watch"]}, + {"folder": "x_component_ANN", "tasks": ["move", "min", "clean", "watch"]}, ]; var sourcePrefix = '../o2web/'; -- GitLab