Commit c039e0d2 authored by daidekun's avatar daidekun

xyqb-ui

parent 17c0ddb8
...@@ -183,7 +183,14 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp ...@@ -183,7 +183,14 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp
if (bowerFile) { if (bowerFile) {
sh "bower install" sh "bower install"
} }
sh buildCmd
if (systemName == "xjd-ui--xyqb-ui") {
sh "grunt build --force"
}
else{
sh buildCmd
}
sh "tar zcf ${systemName}.tgz dist/" sh "tar zcf ${systemName}.tgz dist/"
sh "mv ${systemName}.tgz ../${contextDir}" sh "mv ${systemName}.tgz ../${contextDir}"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment