diff --git a/gulpfile.js b/gulpfile.js index 9cf5e142d..a27e17298 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -273,6 +273,9 @@ gulp.task('watch', 'Watch for site/theme changes (Default Task)', function(callb ; } + else { + console.log('SRC Path Does Not Exist', srcPath); + } }) ;