Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1712180C5 for ; Wed, 2 Dec 2015 10:32:49 +0000 (UTC) Received: (qmail 94279 invoked by uid 500); 2 Dec 2015 10:32:49 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 94225 invoked by uid 500); 2 Dec 2015 10:32:49 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 94211 invoked by uid 99); 2 Dec 2015 10:32:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2015 10:32:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A25ADE03A8; Wed, 2 Dec 2015 10:32:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.apache.org Date: Wed, 02 Dec 2015 10:32:49 -0000 Message-Id: <31e999a5d7ba4c1b9e6c5b42d573a17a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] ignite git commit: IGNITE-2048 Secondary FS check. Fixed gulp watch. Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 85a47bc8b -> 3252ef8d9 IGNITE-2048 Secondary FS check. Fixed gulp watch. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/807c135c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/807c135c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/807c135c Branch: refs/heads/ignite-843-rc2 Commit: 807c135c1d4d1aa1f286fae0c355a53364b763d7 Parents: 229d170 Author: Andrey Authored: Wed Dec 2 17:32:29 2015 +0700 Committer: Andrey Committed: Wed Dec 2 17:32:29 2015 +0700 ---------------------------------------------------------------------- modules/control-center-web/src/main/js/gulpfile.js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/807c135c/modules/control-center-web/src/main/js/gulpfile.js/index.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/gulpfile.js/index.js b/modules/control-center-web/src/main/js/gulpfile.js/index.js index 751b0ea..a961add 100644 --- a/modules/control-center-web/src/main/js/gulpfile.js/index.js +++ b/modules/control-center-web/src/main/js/gulpfile.js/index.js @@ -25,4 +25,4 @@ requireDir('./tasks', { recurse: true }); gulp.task('default', ['build']); // Build + watch + connect task. -gulp.task('watch', ['build', 'bundle:watch', 'sass:watch', 'jade:watch', 'copy:watch', 'connect']); +gulp.task('watch', ['build', 'bundle:watch', 'sass:watch', 'jade:watch', 'copy:watch', 'concat:watch', 'connect']);