From af09109435f8c05cd45b17aee0ac7becf1b0f519 Mon Sep 17 00:00:00 2001 From: wes Date: Sat, 25 Feb 2017 13:45:38 -0500 Subject: [PATCH] remove rm command --- fabfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fabfile.py b/fabfile.py index 1f6405e..7a9cfcb 100644 --- a/fabfile.py +++ b/fabfile.py @@ -8,7 +8,6 @@ env.hosts = ["wes@mgoal.ca:444"] @task def makeBuild(): - local("rm -fr ./build") local("mkdir -p build/{scripts,styles,templates}") @task @@ -92,5 +91,5 @@ def buildLocal(): buildTags() uglify() sass() - buildLocalVenv() + #buildLocalVenv() serveUpLocal()