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 E15CB1866B for ; Tue, 1 Dec 2015 09:34:55 +0000 (UTC) Received: (qmail 43308 invoked by uid 500); 1 Dec 2015 09:34:52 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 43270 invoked by uid 500); 1 Dec 2015 09:34:52 -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 43255 invoked by uid 99); 1 Dec 2015 09:34:52 -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; Tue, 01 Dec 2015 09:34:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A8B2FE0B42; Tue, 1 Dec 2015 09:34:52 +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 Message-Id: <431e4549f73e4f568ec0f264f0eb3a29@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: IGNITE-843 Minor fix. Date: Tue, 1 Dec 2015 09:34:52 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 75ef6981c -> 88ceba9cb IGNITE-843 Minor fix. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/88ceba9c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/88ceba9c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/88ceba9c Branch: refs/heads/ignite-843-rc2 Commit: 88ceba9cbc293c8bdea7654b2b6201275e8b8d27 Parents: 75ef698 Author: Andrey Authored: Tue Dec 1 16:34:44 2015 +0700 Committer: Andrey Committed: Tue Dec 1 16:34:44 2015 +0700 ---------------------------------------------------------------------- modules/control-center-web/src/main/js/gulpfile.js/index.js | 2 +- modules/control-center-web/src/main/js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/88ceba9c/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 6e4f5de..79c0847 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 @@ -23,4 +23,4 @@ requireDir('./tasks', { recurse: true }); // Summary tasks gulp.task('default', ['build']); -gulp.task('watch', ['build', 'bundle:watch', 'sass:watch', 'jade:watch', 'copy:watch']); +gulp.task('watch', ['build', 'bundle:watch', 'sass:watch', 'jade:watch', 'copy:watch', 'connect']); http://git-wip-us.apache.org/repos/asf/ignite/blob/88ceba9c/modules/control-center-web/src/main/js/package.json ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/package.json b/modules/control-center-web/src/main/js/package.json index da3f887..2e9b52f 100644 --- a/modules/control-center-web/src/main/js/package.json +++ b/modules/control-center-web/src/main/js/package.json @@ -4,7 +4,7 @@ "description": "Interactive Web console for configuration, executing SQL queries and monitoring of Apache Ignite Cluster", "private": true, "scripts": { - "start": "jspm i && gulp build && node serve" + "start": "jspm i && gulp build --debug && node serve" }, "author": "", "contributors": [