From 5caf0d8165d09eb97cc52c445bf52d81549f11f6 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 11 Jul 2014 22:20:03 +0400 Subject: [PATCH] Added package clean --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 57ff674e..33f77dfd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ package: + rm -rf dist_package ./node_modules/gulp/bin/gulp.js clean ./node_modules/gulp/bin/gulp.js package cp -r dist dist_package