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