Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gruntworker.py')
-rwxr-xr-xgruntworker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gruntworker.py b/gruntworker.py
index b9ddde1..919e471 100755
--- a/gruntworker.py
+++ b/gruntworker.py
@@ -83,7 +83,7 @@ def get_head_commit_sha():
def grunt_or_err():
log("Grunting...")
try:
- run_expecting_success([b'grunt', b'dist'])
+ run_expecting_success([b'grunt', b'dist', b'clean:docs', b'copy:docs'])
except CalledProcessError:
log("Error while grunting!")
raise