mirror of
https://github.com/processwire/processwire.git
synced 2025-08-07 15:26:54 +02:00
Add /vendor/ to default exclusion list of FileCompiler
This commit is contained in:
@@ -187,6 +187,7 @@ class FileCompiler extends Wire {
|
||||
}
|
||||
|
||||
$this->addExclusion($config->paths->wire);
|
||||
$this->addExclusion($config->paths->root . 'vendor/');
|
||||
|
||||
$rootPath = $config->paths->root;
|
||||
$targetPath = $this->cachePath;
|
||||
@@ -1202,4 +1203,3 @@ class FileCompiler extends Wire {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user