From 8c4717edbb2b74a3050f004a5baab423f028ed27 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 6 Mar 2015 00:30:23 -0800 Subject: add clean:docs & copy:docs to Grunt tasks; fixes #3 --- gruntworker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3