gulpclass
gulpclass copied to clipboard
Make a beautiful class-based gulpfiles with TypeScript and Gulpclass.
Hi, I have created a gulpclass.ts like your example but in task runner explorer visual studio show only the class name ("GulpClass") in the Tasks list, and not the methods...
Gulp4
Will this be updated or a branch for gulp4? Decorators for supplying the tasks name, and description would be handy. Task signature looks to have changed as well. on some...
Fixed task dependency handling to work with Gulp 4
Now it's done using Gulp4 `series` function This is probably just a temporary workaround
### Issue After installing the newest version of gulpclass ([email protected]) in my project and copy-pasting an example sketch to test it out, nothing worked as it was supposed to. Knowing...
Hi, FAQ section of readme, explains about what needs to be in gulpfile.js, but I couldn't make it work, I've trouble with how to add tasks in other .ts files....
Hello! Thank you for this great module! However, I have an issue when default task is terminating without waiting for all the tasks to properly complete. Here's my `gulpfile.ts`: ```ts...