From 4d6787b4cf833f1482ba391e409500a4be167b71 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Tue, 24 Mar 2015 23:02:59 +0300 Subject: [PATCH] Fixed .swp in package --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 637b0c9b..bea62326 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ package: ./node_modules/gulp/bin/gulp.js clean ./node_modules/gulp/bin/gulp.js package cp -r dist dist_package - find dist_package | grep "\.git\|DS_Store" | xargs rm -rf + find dist_package | grep "\.git\|DS_Store\|.swp" | xargs rm -rf cd dist_package && zip -r ../releases/webogram_v$(version).zip . publish: