Skip to content

Devextreme: move to nx executors bundle-config tasks from gulp pipeline - #34290

Merged
vorobey merged 6 commits into
DevExpress:feature/gulp-to-nx-migrationfrom
vorobey:feature/gulp-to-nx-bundler-config-watch
Jul 14, 2026
Merged

Devextreme: move to nx executors bundle-config tasks from gulp pipeline#34290
vorobey merged 6 commits into
DevExpress:feature/gulp-to-nx-migrationfrom
vorobey:feature/gulp-to-nx-bundler-config-watch

Conversation

@vorobey

@vorobey vorobey commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@vorobey
vorobey requested review from a team and Copilot July 14, 2026 08:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR migrates the DevExtreme “bundler-config” build/watch flow from a custom Gulp pipeline to Nx targets backed by the devextreme-nx-infra-plugin:concatenate-files executor, extending that executor to support multi-pass outputs and watch mode.

Changes:

  • Added additionalPasses support so one concatenation output can feed derived outputs in the same executor run.
  • Added watch / watchPaths support to concatenate-files using chokidar, plus e2e coverage for both features.
  • Rewired bundler-config and bundler-config-watch Gulp tasks to delegate to Nx targets.

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
pnpm-lock.yaml Locks newly added chokidar dependency.
packages/nx-infra-plugin/src/executors/concatenate-files/schema.ts Refactors options into a reusable ConcatenatePass and adds watch/multi-pass fields.
packages/nx-infra-plugin/src/executors/concatenate-files/schema.json Extends executor schema with additionalPasses, watch, and watchPaths + pass definition.
packages/nx-infra-plugin/src/executors/concatenate-files/executor.e2e.spec.ts Adds e2e tests for multi-pass execution and watch rebuild behavior.
packages/nx-infra-plugin/src/executors/concatenate-files/concatenate-files.impl.ts Implements multi-pass runtime resolution and watch mode via chokidar.
packages/nx-infra-plugin/AGENTS.md Documents the migrated gulp tasks and the new Nx watch target.
packages/devextreme/project.json Adds build:devextreme-bundler-config:watch Nx target; uses additionalPasses to generate derived config.
packages/devextreme/package.json Adds chokidar dependency required for the new watch-mode executor behavior.
packages/devextreme/build/gulp/bundler-config.js Replaces Gulp stream logic with Nx delegation via gulp-shell.
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

Comment thread packages/nx-infra-plugin/src/executors/concatenate-files/executor.e2e.spec.ts Outdated
@vorobey vorobey self-assigned this Jul 14, 2026
Comment thread packages/devextreme/package.json Outdated
vorobey and others added 2 commits July 14, 2026 11:51
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Andrey Vorobev <dobriy.kaa@gmail.com>
@vorobey
vorobey marked this pull request as ready for review July 14, 2026 09:44
Copilot AI review requested due to automatic review settings July 14, 2026 09:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

Comment thread packages/nx-infra-plugin/src/executors/concatenate-files/executor.e2e.spec.ts Outdated
@vorobey
vorobey changed the base branch from main to feature/gulp-to-nx-migration July 14, 2026 09:57
vorobey and others added 2 commits July 14, 2026 12:59
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Andrey Vorobev <dobriy.kaa@gmail.com>
@vorobey
vorobey merged commit d69fa58 into DevExpress:feature/gulp-to-nx-migration Jul 14, 2026
120 of 122 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants