mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Clean out/* on build in case src/* files were deleted
If files in src/ were compiled and then deleted they will hang around in out/ until deleted. This can potentially cause difficult to diagnose build/test errors. This commit removes all files from out/ but keeps the folder to prevent editor file watchers from seeing the folder was deleted and shifting the file explorer around. Fixed #381
This commit is contained in: