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/03 04:46:27 UTC

[2/2] ignite git commit: IGNITE-2067 Review.

IGNITE-2067 Review.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/78eace05
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/78eace05
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/78eace05

Branch: refs/heads/ignite-843-rc2
Commit: 78eace0500921f486868f5b492af77f10c8c137b
Parents: dcdcb20
Author: Andrey <an...@gridgain.com>
Authored: Thu Dec 3 10:46:16 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Thu Dec 3 10:46:16 2015 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/gulpfile.js/tasks/bundle.js | 2 +-
 .../control-center-web/src/main/js/gulpfile.js/tasks/connect.js    | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/78eace05/modules/control-center-web/src/main/js/gulpfile.js/tasks/bundle.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/gulpfile.js/tasks/bundle.js b/modules/control-center-web/src/main/js/gulpfile.js/tasks/bundle.js
index 0545cf9..a21bdf8 100644
--- a/modules/control-center-web/src/main/js/gulpfile.js/tasks/bundle.js
+++ b/modules/control-center-web/src/main/js/gulpfile.js/tasks/bundle.js
@@ -67,4 +67,4 @@ gulp.task('bundle:ignite:watch', function() {
 
 gulp.task('bundle:legacy:watch', function() {
     return gulp.watch(legacy_paths, ['bundle:legacy'])
-});
\ No newline at end of file
+});

http://git-wip-us.apache.org/repos/asf/ignite/blob/78eace05/modules/control-center-web/src/main/js/gulpfile.js/tasks/connect.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/gulpfile.js/tasks/connect.js b/modules/control-center-web/src/main/js/gulpfile.js/tasks/connect.js
index be1246a..f653975 100644
--- a/modules/control-center-web/src/main/js/gulpfile.js/tasks/connect.js
+++ b/modules/control-center-web/src/main/js/gulpfile.js/tasks/connect.js
@@ -15,8 +15,6 @@
  * limitations under the License.
  */
 
-// task run static server to local development
-
 var gulp = require('gulp');
 var connect = require('gulp-connect');
 var modrewrite = require('connect-modrewrite');