Commit cbae5637 authored by daidekun's avatar daidekun

移除bower的判断

parent 69d7da25
......@@ -118,11 +118,11 @@ def build_nodejs(namespace, systemName, contextDir) {
buildCmd = res_json["buildCmd"]
configName = systemName
def bowerFile = fileExists './bower.json'
/* def bowerFile = fileExists './bower.json'
if (bowerFile) {
sh "bower install --allow-root"
}
}*/
sh "mv -f env.config.js ${configPath}"
......@@ -150,11 +150,11 @@ def build_luaui(namespace, systemNames, contextDir) {
sh "mv -f ../${systemName}.env.config.js ${configPath}"
def bowerFile = fileExists './bower.json'
/* def bowerFile = fileExists './bower.json'
if (bowerFile) {
sh "bower install --allow-root"
}
}*/
sh buildCmd
......
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