Comments on: Gulp Configuration: A Beginners Guide https://webdevstudios.com/2016/04/12/gulp-configuration-a-beginners-guide/ WordPress Design and Development Agency Mon, 15 Apr 2024 16:02:40 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Rafe Goldberg https://webdevstudios.com/2016/04/12/gulp-configuration-a-beginners-guide/#comment-5140 Thu, 25 May 2017 15:04:27 +0000 https://webdevstudios.com/?p=12691#comment-5140 Really helpful tutorial– one question in regards to your example Gulp file though. If I understand correctly, the second arg you pass to the `Gulp.watch()` call (within the `watch` task) is an array of tasks to run on change. You have that set as `[‘styles’]`, yet a close reading of the rest of the file reveals no task named `styles`. (I see a `clean:styles` tasks, but otherwise nada!)

So I guess I’m wonder how the F that works! Maybe it’s magic? or maybe I’m just missing something?

Good intro nonetheless!

]]>