Migrate gulp js-bundles-watch to NX - #34308
Merged
GoodDayForSurf merged 16 commits intoJul 15, 2026
Merged
Conversation
…Express/DevExtreme into feature/gulp-to-nx-migration # Conflicts: # packages/nx-infra-plugin/AGENTS.md
vorobey
force-pushed
the
feature/gulp-to-nx-migration
branch
from
July 15, 2026 08:17
54e53e9 to
3872ff4
Compare
…Express/DevExtreme into nx-migrate-gulp-js-bundles-watch # Conflicts: # packages/nx-infra-plugin/AGENTS.md
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the DevExtreme gulp js-bundles-watch workflow to an Nx target by extending the devextreme-nx-infra-plugin:bundle executor with a long-running Webpack watch mode, and wiring new Nx targets / gulp delegates to use it.
Changes:
- Added
watchsupport to the Nx bundle executor (schema + implementation) and introduced adevextreme:bundle:watchtarget. - Implemented Webpack watch execution in the bundle executor and added an E2E test covering initial watch compilation.
- Updated DevExtreme gulp tasks to delegate
js-bundles-*to Nx and removed the legacy gulp implementation.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/nx-infra-plugin/src/executors/bundle/schema.ts | Adds watch?: boolean to executor options typing. |
| packages/nx-infra-plugin/src/executors/bundle/schema.json | Exposes watch option in the executor JSON schema. |
| packages/nx-infra-plugin/src/executors/bundle/executor.e2e.spec.ts | Adds an E2E test to validate initial output in watch mode. |
| packages/nx-infra-plugin/src/executors/bundle/bundle.impl.ts | Implements Webpack watch mode and reuses warning/error helpers. |
| packages/nx-infra-plugin/AGENTS.md | Documents the gulp→Nx migration mapping for js bundle tasks. |
| packages/devextreme/project.json | Adds bundle:watch target using the bundle executor in watch mode. |
| packages/devextreme/gulpfile.js | Switches js bundle gulp tasks to Nx delegation and adds js-bundles-watch. |
| packages/devextreme/build/gulp/js-bundles.js | Removes the old gulp-based js bundle build/watch implementation. |
vorobey
force-pushed
the
feature/gulp-to-nx-migration
branch
from
July 15, 2026 10:49
3872ff4 to
336fe8f
Compare
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aliullov Vlad <91639107+GoodDayForSurf@users.noreply.github.com>
…Express/DevExtreme into nx-migrate-gulp-js-bundles-watch # Conflicts: # packages/nx-infra-plugin/AGENTS.md
GoodDayForSurf
marked this pull request as ready for review
July 15, 2026 11:44
vorobey
approved these changes
Jul 15, 2026
…Express/DevExtreme into nx-migrate-gulp-js-bundles-watch # Conflicts: # packages/nx-infra-plugin/AGENTS.md
GoodDayForSurf
merged commit Jul 15, 2026
ba0a9ff
into
DevExpress:feature/gulp-to-nx-migration
99 checks passed
vorobey
added a commit
that referenced
this pull request
Jul 16, 2026
Signed-off-by: Aliullov Vlad <91639107+GoodDayForSurf@users.noreply.github.com> Co-authored-by: Andrey Vorobev <738482+vorobey@users.noreply.github.com>
ajivanyandev
pushed a commit
to ajivanyandev/DevExtreme
that referenced
this pull request
Jul 16, 2026
Signed-off-by: Aliullov Vlad <91639107+GoodDayForSurf@users.noreply.github.com> Co-authored-by: Andrey Vorobev <738482+vorobey@users.noreply.github.com>
vorobey
added a commit
that referenced
this pull request
Jul 17, 2026
Signed-off-by: Aliullov Vlad <91639107+GoodDayForSurf@users.noreply.github.com> Co-authored-by: Andrey Vorobev <738482+vorobey@users.noreply.github.com>
vorobey
added a commit
that referenced
this pull request
Jul 27, 2026
Signed-off-by: Aliullov Vlad <91639107+GoodDayForSurf@users.noreply.github.com> Co-authored-by: Andrey Vorobev <738482+vorobey@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.