Create a gulpfile and write gulp tasks using TypeScript
Umed Khudoiberdiev
94
Great article. I like the idea of writing gulptask in typescript. But how do you handle debugging of the gulpfiles.js ? I’d like to be able to set breakpoint in my IDE (for example IntelliJ) to debug the gulpfile.ts. Have you been able to manage that?