From 74efa76ad36856618cc96d17a25234563751347b Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Thu, 5 Jun 2014 15:59:36 +0400 Subject: [PATCH] Improved makefile for package --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index af3b19f7..562b50aa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ package: + ./node_modules/gulp/bin/gulp.js clean ./node_modules/gulp/bin/gulp.js package find dist | grep "DS_Store" | xargs rm -rf cd dist && zip -r ../releases/webogram_v$(version).zip .