johnpapa / pluralsight-gulp

Starter Code for Pluralsight Course "JavaScript Build Automation with Gulp.js"
http://jpapa.me/gulpps
MIT License
158 stars 262 forks source link

config.source variable not defined in gulp.config.js? #23

Open samster opened 8 years ago

samster commented 8 years ago

In gulpfile.js, in the changeEvent() method, a variable "config.source" is referenced. Where is this variable defined? I don't see it in the gulp.config.js file?

pangeaos commented 8 years ago

source: 'src/',