kotas / gulp-tsc

gulp.js plugin for compiling TypeScript files
69 stars 37 forks source link

Fix #10: Fix to remove temporary folders with parallel compile #11

Closed kotas closed 10 years ago

kotas commented 10 years ago

Fix gulp-tsc sometimes leaves temporary folders behind with compiling multiple projects in parallel.

faysal-ahmad commented 10 years ago

@kotas This works if the compilation is successful. In case of an error during compilation, it still leaves the temp folders. Setting emitError to false solves that.