Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 85a47bc8b -> 3252ef8d9
IGNITE-2048 Secondary FS check. Fixed gulp watch. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/807c135c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/807c135c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/807c135c Branch: refs/heads/ignite-843-rc2 Commit: 807c135c1d4d1aa1f286fae0c355a53364b763d7 Parents: 229d170 Author: Andrey <[email protected]> Authored: Wed Dec 2 17:32:29 2015 +0700 Committer: Andrey <[email protected]> Committed: Wed Dec 2 17:32:29 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/807c135c/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 751b0ea..a961add 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:watch', 'sass:watch', 'jade:watch', 'copy:watch', 'connect']); +gulp.task('watch', ['build', 'bundle:watch', 'sass:watch', 'jade:watch', 'copy:watch', 'concat:watch', 'connect']);
