From 13e0d56096b3b6aeff2819fe2933b5ab617e265c Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Wed, 2 Apr 2014 17:23:06 +0200 Subject: [PATCH] Updated fabfile requirements and readme --- README.md | 1 + fabfile.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa267c2..82832f9 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ fab runserver - Nodejs - Python 2.7 with virtualenv and pip - grunt-cli installed as global resource +- bower installed as a global resource # First install diff --git a/fabfile.py b/fabfile.py index 3dc9d56..75b7d8a 100644 --- a/fabfile.py +++ b/fabfile.py @@ -32,7 +32,7 @@ if not env.hosts: # Doctor checkups DOCTOR = { - 'apps': ['virtualenv', 'python', 'npm', 'grunt'] + 'apps': ['virtualenv', 'python', 'npm', 'grunt', 'bower'] }