Add empty "plugins" dir when packaging
This commit is contained in:
parent
e33ac27d6c
commit
46c246b5ff
@ -190,6 +190,7 @@ gulp.task('zip', () => {
|
|||||||
'!composer.*',
|
'!composer.*',
|
||||||
'!yarn.lock',
|
'!yarn.lock',
|
||||||
'!plugins/**',
|
'!plugins/**',
|
||||||
|
'plugins/',
|
||||||
'!phpunit.xml',
|
'!phpunit.xml',
|
||||||
'!package.json',
|
'!package.json',
|
||||||
'!{tests,tests/**}',
|
'!{tests,tests/**}',
|
||||||
|
@ -22,7 +22,7 @@ require __DIR__.'/bootstrap/autoload.php';
|
|||||||
// Check the runtime environment
|
// Check the runtime environment
|
||||||
runtime_check(array(
|
runtime_check(array(
|
||||||
'extensions' => array('pdo_mysql', 'openssl', 'gd', 'mbstring', 'tokenizer'),
|
'extensions' => array('pdo_mysql', 'openssl', 'gd', 'mbstring', 'tokenizer'),
|
||||||
'write_permission' => array('storage', 'resources', 'plugins')
|
'write_permission' => array('storage', 'plugins')
|
||||||
));
|
));
|
||||||
|
|
||||||
// Process the request
|
// Process the request
|
||||||
|
Loading…
Reference in New Issue
Block a user