mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-18 13:54:01 +08:00
don't pack plugins when releasing zip archives
This commit is contained in:
parent
9f6096c7fc
commit
f9b812b156
@ -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/**/*.*',
|
||||
|
Loading…
Reference in New Issue
Block a user