From 7b8bb5dac4e4b2884c52204fa57bf0f3f3a7c8f3 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 16 Jan 2018 16:49:17 +0100 Subject: [PATCH] Add js-terminal task to the default task chain for gulp --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 7977444cc..6c452bd48 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -50,7 +50,7 @@ if (argv.help || argv.h) { process.exit(1); } -gulp.task('js', ['js-index', 'js-logs', 'js-setup', 'js-setupdns', 'js-restore', 'js-update'], function () {}); +gulp.task('js', ['js-index', 'js-logs', 'js-terminal', 'js-setup', 'js-setupdns', 'js-restore', 'js-update'], function () {}); var oauth = { clientId: argv.clientId || 'cid-webadmin',