don't pack plugins when releasing zip archives
This commit is contained in:
parent
9f6096c7fc
commit
f9b812b156
|
|
@ -2,7 +2,7 @@
|
||||||
* @Author: printempw
|
* @Author: printempw
|
||||||
* @Date: 2016-07-21 13:38:26
|
* @Date: 2016-07-21 13:38:26
|
||||||
* @Last Modified by: printempw
|
* @Last Modified by: printempw
|
||||||
* @Last Modified time: 2017-01-20 18:21:00
|
* @Last Modified time: 2017-01-20 22:15:50
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
@ -142,6 +142,7 @@ gulp.task('zip', () => {
|
||||||
'!composer.json',
|
'!composer.json',
|
||||||
'!composer.lock',
|
'!composer.lock',
|
||||||
'!bower.json',
|
'!bower.json',
|
||||||
|
'!plugins/**/*.*',
|
||||||
'!resources/assets/src/**/*.*',
|
'!resources/assets/src/**/*.*',
|
||||||
// do not pack packages for developments
|
// do not pack packages for developments
|
||||||
'!vendor/fzaninotto/**/*.*',
|
'!vendor/fzaninotto/**/*.*',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user