Add rules for _views and _aura file names.
This commit is contained in:
parent
84878c4c77
commit
970b82c314
1 changed files with 6 additions and 2 deletions
|
@ -62,8 +62,12 @@
|
|||
['exclude', '(^|/)x/'],
|
||||
],
|
||||
}],
|
||||
['OS!="linux"', {
|
||||
'sources/': [ ['exclude', '_aura\\.(h|cc)$'] ]
|
||||
['OS=="mac"', {
|
||||
'sources/': [ ['exclude', '_aura(_browsertest|_unittest)?\\.(h|cc)$'],
|
||||
['exclude', '(^|/)aura/'],
|
||||
['exclude', '_views\\.(h|cc)$'],
|
||||
['exclude', '(^|/)views/'],
|
||||
],
|
||||
}],
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue