File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function fileSize(file) {
4848/**
4949 * Regular expressions for the components directory and the MathJax .js location
5050 */
51- const compRE = fileRegExp ( path . dirname ( __dirname ) ) ;
51+ const compRE = fileRegExp ( path . join ( path . dirname ( __dirname ) , 'src' ) ) ;
5252const rootRE = fileRegExp ( path . join ( path . dirname ( path . dirname ( __dirname ) ) , 'js' ) ) ;
5353const nodeRE = fileRegExp ( path . join ( path . dirname ( path . dirname ( __dirname ) ) , 'node_modules' ) ) ;
5454
Original file line number Diff line number Diff line change 11{
22 "component" : " inpu/mml" ,
3- "targets" : [" input/mathml.ts" , " input/mathml" ]
3+ "targets" : [
4+ " input/mathml.ts" ,
5+ " input/mathml"
6+ ],
7+ "excludeSubdirs" : " true"
48}
Original file line number Diff line number Diff line change 33 "targets" : [
44 " input/tex.ts" ,
55 " input/tex" ,
6- " input/tex/base" ,
7- " util/entities/n.ts" ,
8- " util/entities/p.ts" ,
9- " util/entities/r.ts"
6+ " input/tex/base"
107 ],
118 "exclude" : [" input/tex/AllPackages.ts" ],
129 "excludeSubdirs" : " true"
Original file line number Diff line number Diff line change 22 "component" : " input/tex-full" ,
33 "targets" : [
44 " input/tex.ts" ,
5- " input/tex" ,
6- " util/entities/n.ts" ,
7- " util/entities/p.ts" ,
8- " util/entities/r.ts"
9- ],
10- "exclude" : [
11- " input/tex/mhchem/mhchem_parser.d.ts"
5+ " input/tex"
126 ]
137}
148
Original file line number Diff line number Diff line change 99 " input/tex/noundefined" ,
1010 " input/tex/require" ,
1111 " input/tex/autoload" ,
12- " input/tex/configmacros" ,
13- " util/entities/n.ts" ,
14- " util/entities/p.ts" ,
15- " util/entities/r.ts"
12+ " input/tex/configmacros"
1613 ],
1714 "exclude" : [" input/tex/AllPackages.ts" ],
1815 "excludeSubdirs" : " true"
Original file line number Diff line number Diff line change 3939 "compile" : " npx tsc" ,
4040 "postcompile" : " npm run --silent copy:mj2 && npm run --silent copy:mml3" ,
4141 "premake-components" : " npm run --silent clean:es5 && npm run --silent clean:lib" ,
42- "make-components" : " cd components && node bin/makeAll src | grep 'Building\\ |Webpacking\\ |Copying\\ |npx'" ,
42+ "make-components" : " cd components && node bin/makeAll src | grep --line-buffered 'Building\\ |Webpacking\\ |Copying\\ |npx'" ,
4343 "premake-mml3-xslt" : " cd ts/input/mathml/mml3 && grep '^\\ s*\\ (<\\ |or\\ |xmlns\\ |excl\\ |\" >\\ )' mml3.ts > mml3.xsl" ,
4444 "make-mml3-xslt" : " cd ts/input/mathml/mml3 && npx xslt3 -t -xsl:mml3.xsl -export:mml3.sef.json -nogo" ,
4545 "postmake-mml3-xslt" : " rpx rimraf ts/input/mathml/mml3/mml3.xsl"
You can’t perform that action at this time.
0 commit comments