@@ -244,7 +244,32 @@ let copyThirdPartyLibs = series(
244244 'test/thirdparty/jasmine-reporters/' ) ,
245245 copyLicence . bind ( copyLicence , 'node_modules/jasmine-reporters/LICENSE' , 'jasmine-reporters' ) ,
246246 // lmdb
247- copyLicence . bind ( copyLicence , 'node_modules/lmdb/LICENSE' , 'lmdb' )
247+ copyLicence . bind ( copyLicence , 'node_modules/lmdb/LICENSE' , 'lmdb' ) ,
248+ // xterm.js terminal emulator
249+ copyFiles . bind ( copyFiles , [ 'node_modules/xterm/lib/xterm.js' ,
250+ 'node_modules/xterm/lib/xterm.js.map' ] , 'src/thirdparty/xterm' ) ,
251+ copyFiles . bind ( copyFiles , [ 'node_modules/xterm/css/xterm.css' ] , 'src/thirdparty/xterm' ) ,
252+ renameFile . bind ( renameFile , 'node_modules/xterm-addon-fit/lib/xterm-addon-fit.js' ,
253+ 'addon-fit.js' , 'src/thirdparty/xterm' ) ,
254+ renameFile . bind ( renameFile , 'node_modules/xterm-addon-fit/lib/xterm-addon-fit.js.map' ,
255+ 'addon-fit.js.map' , 'src/thirdparty/xterm' ) ,
256+ renameFile . bind ( renameFile , 'node_modules/xterm-addon-canvas/lib/xterm-addon-canvas.js' ,
257+ 'addon-canvas.js' , 'src/thirdparty/xterm' ) ,
258+ renameFile . bind ( renameFile , 'node_modules/xterm-addon-canvas/lib/xterm-addon-canvas.js.map' ,
259+ 'addon-canvas.js.map' , 'src/thirdparty/xterm' ) ,
260+ renameFile . bind ( renameFile , 'node_modules/xterm-addon-search/lib/xterm-addon-search.js' ,
261+ 'addon-search.js' , 'src/thirdparty/xterm' ) ,
262+ renameFile . bind ( renameFile , 'node_modules/xterm-addon-search/lib/xterm-addon-search.js.map' ,
263+ 'addon-search.js.map' , 'src/thirdparty/xterm' ) ,
264+ renameFile . bind ( renameFile , 'node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js' ,
265+ 'addon-web-links.js' , 'src/thirdparty/xterm' ) ,
266+ renameFile . bind ( renameFile , 'node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js.map' ,
267+ 'addon-web-links.js.map' , 'src/thirdparty/xterm' ) ,
268+ renameFile . bind ( renameFile , 'node_modules/xterm-addon-webgl/lib/xterm-addon-webgl.js' ,
269+ 'addon-webgl.js' , 'src/thirdparty/xterm' ) ,
270+ renameFile . bind ( renameFile , 'node_modules/xterm-addon-webgl/lib/xterm-addon-webgl.js.map' ,
271+ 'addon-webgl.js.map' , 'src/thirdparty/xterm' ) ,
272+ copyLicence . bind ( copyLicence , 'node_modules/xterm/LICENSE' , 'xterm' )
248273
249274) ;
250275
0 commit comments