From f9b812b15684bc325e100b652bdcea1fd4c5bf05 Mon Sep 17 00:00:00 2001 From: printempw Date: Fri, 20 Jan 2017 22:16:58 +0800 Subject: [PATCH] don't pack plugins when releasing zip archives --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 9b7af7fc..cd58fad2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2,7 +2,7 @@ * @Author: printempw * @Date: 2016-07-21 13:38:26 * @Last Modified by: printempw -* @Last Modified time: 2017-01-20 18:21:00 +* @Last Modified time: 2017-01-20 22:15:50 */ 'use strict'; @@ -142,6 +142,7 @@ gulp.task('zip', () => { '!composer.json', '!composer.lock', '!bower.json', + '!plugins/**/*.*', '!resources/assets/src/**/*.*', // do not pack packages for developments '!vendor/fzaninotto/**/*.*',