From 533a3f1d580e0715226226ed74a80b5328737a39 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Mon, 9 Nov 2015 22:31:31 -0800 Subject: [PATCH] Don't use es6 in gulpfile --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index a5612bb938..614403a623 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -398,7 +398,7 @@ var watchDependents = [ 'pack-watch-manifest' ]; -gulp.task('reload', () => { +gulp.task('reload', function() { notify({ message: 'test changed' }); reload(); });