File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 361361 <fileset dir =" ${ dist.dir } /themes/base/minified" includes =" *.css" />
362362 </copy >
363363 <echo message =" GZipping Minified" />
364- <parallel threadsperprocessor =" 2" >
365- <apply executable =" gzip" >
366- <fileset dir =" ${ size.dir } " includes =" *.min.js" />
367- <fileset dir =" ${ size.dir } " includes =" *.min.css" />
368- <arg value =" -c" />
369- <srcfile />
370- <redirector >
371- <outputmapper id =" out" type =" glob" from =" *" to =" ${ size.dir } /*.gz" />
372- </redirector >
373- </apply >
374- </parallel >
364+ <apply executable =" gzip" >
365+ <fileset dir =" ${ size.dir } " includes =" *.min.js" />
366+ <fileset dir =" ${ size.dir } " includes =" *.min.css" />
367+ <arg value =" -c" />
368+ <srcfile />
369+ <redirector >
370+ <outputmapper id =" out" type =" glob" from =" *" to =" ${ size.dir } /*.gz" />
371+ </redirector >
372+ </apply >
375373 <echo message =" Comparing file size with previous build" />
376374 <exec executable =" bash" >
377375 <arg value =" -c" />
You can’t perform that action at this time.
0 commit comments