Gulp Recipes - Part One
Read OriginalThis technical article provides solutions to common Gulp.js automation tool problems, drawn from the author's experience answering StackOverflow questions. It includes three specific recipes: conditionally deleting compiled files without affecting originals, automatically stopping a gulp.watch process after idle time, and running the same task with different configurations. The author uses standard Node.js modules like 'del' and 'glob' to demonstrate Gulp's flexibility without relying on additional plugins.
Comments
No comments yet
Be the first to share your thoughts!
Top of the Week
No top articles yet