From cb2a02258141bbe2c6ca75e2d4a9393828ecd9ad Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Thu, 28 Dec 2017 00:46:57 +0530 Subject: [PATCH] fix(gulpfile): Typo fix for loglevel --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 9b7516fdcd..5c77fdc804 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -244,7 +244,7 @@ gulp.task('dev-server', syncDepenedents, function() { host: `${hostname}:${syncPort}` }) }, - logLeval: 'debug', + logLevel: 'debug', files: paths.syncWatch, port: syncPort, open: false,