提交 cae79b19 编写于 作者: NoSubject's avatar NoSubject

gulpfile

上级 907b159e
......@@ -5,3 +5,4 @@
/.settings/
/target/
/.svn/
o2web/gulpfile.js
......@@ -2,4 +2,5 @@
/dest/
/node_modules/
npm-debug.log
/.svn/
\ No newline at end of file
/.svn/
gulpfile.js
\ No newline at end of file
......@@ -104,10 +104,10 @@ var apps = [
];
var uploadOptions = {
'location': '',
'host': '',
'user': '',
'pass': '',
'location': 'E:/o2server/servers/webServer/',
'host': 'dev.o2oa.net',
'user': 'xadmin',
'pass': 'xadmin',
"remotePath": "/"
};
var options = minimist(process.argv.slice(2), {//upload: local ftp or sftp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册