提交 c640ba76 编写于 作者: R roo00

修改ant 编译文件

上级 3a705f2c
......@@ -11,7 +11,6 @@
command.swap
/store/
/node_modules/
package-lock.json
**/src/main/resources/META-INF/persistence.xml
**/src/main/resources/META-INF/x_persistence.xml
**/*_.java
......@@ -19,3 +18,4 @@ package-lock.json
console.jar
**/.DS_Store
.DS_Store
/commons/ext/manifest.cfg
......@@ -59,8 +59,12 @@
<mkdir dir="target/o2server/servers/centerServer/work" />
<mkdir dir="target/o2server/servers/applicationServer/webapps" />
<mkdir dir="target/o2server/servers/applicationServer/work" />
<exec vmlauncher="false" executable="npm install" />
<exec vmlauncher="false" executable="npm install -g gulp-cli" />
<exec vmlauncher="false" executable="npm">
<arg line="install" />
</exec>
<exec vmlauncher="false" executable="npm">
<arg line="install -g gulp-cli" />
</exec>
<exec vmlauncher="false" executable="gulp" />
<copy todir="target/o2server/commons/">
<fileset dir="./commons/" />
......
此差异已折叠。
{
"name": "o2oa_web",
"version": "1.1.7",
"description": "a javascript library",
"main": "o2.js",
"scripts": {
"test": "gulp",
"report-coverage": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huqi1980/o2oa_client_web.git"
},
"keywords": [
"oa",
"office",
"workflow",
"process",
"cms",
"bpm",
"portal"
],
"author": "Tommy-O2OA",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/huqi1980/o2oa_client_web/issues"
},
"homepage": "https://github.com/huqi1980/o2oa_client_web#readme",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-changed": "^3.2.0",
"gulp-deleted": "0.0.2",
"gulp-ftp": "^1.1.0",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.4.0",
"gulp-sftp": "^0.1.5",
"gulp-uglify": "^3.0.1",
"karma": "^3.1.4",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册