Don't use es6 in gulpfile

This commit is contained in:
Berkeley Martinez
2015-11-09 22:31:31 -08:00
parent d095fd5d90
commit 533a3f1d58

View File

@@ -398,7 +398,7 @@ var watchDependents = [
'pack-watch-manifest'
];
gulp.task('reload', () => {
gulp.task('reload', function() {
notify({ message: 'test changed' });
reload();
});