Browse Source

#1476, adds error on no src path, gulp watch

pull/1500/head
jlukic 10 years ago
parent
commit
7234d604cc
1 changed files with 3 additions and 0 deletions
  1. 3
      gulpfile.js

3
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);
}
})
;

Loading…
Cancel
Save