fix(gulpfile): Typo fix for loglevel

This commit is contained in:
Mrugesh Mohapatra
2017-12-28 00:46:57 +05:30
parent f792a4380a
commit cb2a022581

View File

@ -244,7 +244,7 @@ gulp.task('dev-server', syncDepenedents, function() {
host: `${hostname}:${syncPort}` host: `${hostname}:${syncPort}`
}) })
}, },
logLeval: 'debug', logLevel: 'debug',
files: paths.syncWatch, files: paths.syncWatch,
port: syncPort, port: syncPort,
open: false, open: false,