Commit 19e7c556 authored by daidekun's avatar daidekun

sudo gem install sass

parent 540e09bb
...@@ -93,7 +93,7 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace) ...@@ -93,7 +93,7 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
''' '''
if (bowerFile) { if (bowerFile) {
sh "npm install --save node-sass grunt-sass --registry=https://registry.npm.taobao.org" sh "sudo gem install sass"
sh "bower install" sh "bower install"
} }
......
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