Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc2 7012a33fc -> 5d3d1f369


IGNITE-2067 Minor fix.


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

Branch: refs/heads/ignite-843-rc2
Commit: 90d846511e3db3c9c907fdf4a7f32668cbc6d2f1
Parents: 78eace0
Author: Andrey <[email protected]>
Authored: Thu Dec 3 11:17:19 2015 +0700
Committer: Andrey <[email protected]>
Committed: Thu Dec 3 11:17:19 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/90d84651/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 9577136..01472e1 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:ignite:watch', 'bundle:legacy:watch', 
'sass:watch', 'jade:watch', 'copy:watch', 'concat:watch', 'connect']);
+gulp.task('watch', ['build', 'bundle:ignite:watch', 'bundle:legacy:watch', 
'sass:watch', 'jade:watch', 'copy:watch', 'bundle:legacy:watch', 'connect']);

Reply via email to