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/5d3d1f36 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5d3d1f36 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/5d3d1f36 Branch: refs/heads/ignite-843-rc2 Commit: 5d3d1f36914b1fb7369ac117d83155b617e41a1c Parents: b82df83 Author: Andrey <[email protected]> Authored: Thu Dec 3 11:21:22 2015 +0700 Committer: Andrey <[email protected]> Committed: Thu Dec 3 11:21:22 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/5d3d1f36/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 01472e1..3c5c70c 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', 'bundle:legacy:watch', 'connect']); +gulp.task('watch', ['build', 'bundle:ignite:watch', 'bundle:legacy:watch', 'sass:watch', 'jade:watch', 'copy:watch', 'connect']);
