mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Refine the file extensions even more
This commit is contained in:
parent
51d60c1b89
commit
c7ed9dfd46
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ class Build(MachCommandBase):
|
|||
# Check if there are any unpreprocessed files in '@MOZ_OBJDIR@/dist/bin'
|
||||
# See python/mozbuild/mozbuild/preprocessor.py#L293-L309 for the list of directives
|
||||
grepcmd = 'grep -E -r "^(#|%)(define|el|endif|error|expand|filter|if|include|literal|undef|unfilter)" '\
|
||||
+ '--include=\*.{css,dtd,h\*,js\*,x\*,manifest,properties,rdf} '\
|
||||
+ '--include=\*.{css,dtd,html,js,jsm,xhtml,xml,xul,manifest,properties,rdf} '\
|
||||
+ self.topobjdir + '/dist/bin | grep -v ".css:#"'
|
||||
grepresult = subprocess.Popen(grepcmd, stdout=subprocess.PIPE, shell=True).communicate()[0]
|
||||
if grepresult:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue