From 85046e3a9eb78e7896d6aa1a6180b548f8b891a2 Mon Sep 17 00:00:00 2001 From: LavrovArtem Date: Mon, 7 May 2018 18:15:41 +0300 Subject: [PATCH] rename tasks --- Gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gulpfile.js b/Gulpfile.js index 3716db9fb..7728af343 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -194,13 +194,13 @@ gulp.task('test-client-travis', ['build'], () => { .pipe(qunitHarness(CLIENT_TESTS_SETTINGS, SAUCELABS_SETTINGS)); }); -gulp.task('playground', ['set-dev-mode', 'build'], () => { +gulp.task('http-playground', ['set-dev-mode', 'build'], () => { require('./test/playground/server.js').start(); return hang(); }); -gulp.task('playground https', ['set-dev-mode', 'build'], () => { +gulp.task('https-playground', ['set-dev-mode', 'build'], () => { require('./test/playground/server.js').start({ key: selfSignedCertificate.key, cert: selfSignedCertificate.cert