Omit additional files in global schema directory from build
This commit is contained in:
parent
2dd16b44d6
commit
24d45f6953
1 changed files with 3 additions and 1 deletions
|
@ -92,7 +92,9 @@ const browserifyConfigs = [
|
|||
// exclude mask used for js, copy, symlink and sass tasks
|
||||
const ignoreMask = [
|
||||
'**/#*',
|
||||
'resource/schema/global/schema.json.gz'
|
||||
'resource/schema/global/README.md',
|
||||
'resource/schema/global/schema.json.gz',
|
||||
'resource/schema/global/scripts/*'
|
||||
];
|
||||
|
||||
const jsFiles = [
|
||||
|
|
Loading…
Reference in a new issue