Commit c85651ea by Kálmán Viktor

fab: bower install no questions asked

parent f4363207
...@@ -58,9 +58,9 @@ def bower(component=None): ...@@ -58,9 +58,9 @@ def bower(component=None):
"Install bower component" "Install bower component"
with cd("~/circle/circle"): with cd("~/circle/circle"):
if component: if component:
run("bower install %s" % component) run("bower install %s --config.interactive=false" % component)
else: else:
run("bower install") run("bower install --config.interactive=false")
@roles('portal') @roles('portal')
......
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 sign in to comment