Skip to content

Commit

Permalink
rename tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
LavrovArtem committed May 7, 2018
1 parent e99e7d7 commit 85046e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85046e3

Please sign in to comment.