You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/12/01 10:34:52 UTC

ignite git commit: IGNITE-843 Minor fix.

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 <an...@gridgain.com>
Authored: Tue Dec 1 16:34:44 2015 +0700
Committer: Andrey <an...@gridgain.com>
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": [