-
Notifications
You must be signed in to change notification settings - Fork 661
Move bundles out of js folder #31681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
anna-shakhova
merged 1 commit into
DevExpress:25_2
from
anna-shakhova:25_2__move_bundles
Nov 17, 2025
Merged
Move bundles out of js folder #31681
anna-shakhova
merged 1 commit into
DevExpress:25_2
from
anna-shakhova:25_2__move_bundles
Nov 17, 2025
Conversation
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
1731128 to
a4b2963
Compare
a4b2963 to
0281435
Compare
Contributor
There was a problem hiding this comment.
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 moves bundle template files from js/bundles/ to build/bundle-templates/ to better organize the codebase by separating build templates from source code.
Key changes:
- Relocated bundle template files from
js/bundles/directory tobuild/bundle-templates/directory - Updated build configuration in
transpile.jsandbundler-config.jsto reference the new location - Updated dependency collector in devextreme-themebuilder to handle the new bundle template location
Reviewed Changes
Copilot reviewed 4 out of 26 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/devextreme/build/gulp/transpile.js | Updated bundlesSrc path and modified transpilation functions to handle bundles from new location; introduces transpileBundles function |
| packages/devextreme/build/gulp/bundler-config.js | Updated source paths from js/bundles/ to build/bundle-templates/ for bundle configuration generation |
| packages/devextreme/build/bundle-templates/modules/viz.js | New bundle module file for visualization components |
| packages/devextreme/build/bundle-templates/modules/ui.js | New bundle module file for UI components |
| packages/devextreme/build/bundle-templates/modules/renovation.js | New bundle module file for renovation components |
| packages/devextreme/build/bundle-templates/modules/parts/widgets-web.js | Template for web widgets bundle configuration |
| packages/devextreme/build/bundle-templates/modules/parts/widgets-base.js | Template for base widgets bundle configuration |
| packages/devextreme/build/bundle-templates/modules/parts/viz.js | Template for visualization bundle configuration |
| packages/devextreme/build/bundle-templates/modules/parts/file_management.js | Template for file management bundle configuration |
| packages/devextreme/build/bundle-templates/modules/parts/data.js | Template for data module bundle configuration |
| packages/devextreme/build/bundle-templates/modules/parts/core.js | Template for core module bundle configuration |
| packages/devextreme/build/bundle-templates/modules/parts/aspnet.js | Template for ASP.NET integration bundle configuration |
| packages/devextreme/build/bundle-templates/modules/file_management.js | File management module bundle file |
| packages/devextreme/build/bundle-templates/modules/data.odata.legacy.js | Legacy OData data module bundle file |
| packages/devextreme/build/bundle-templates/modules/data.odata.js | OData data module bundle file |
| packages/devextreme/build/bundle-templates/modules/data.legacy.js | Legacy data module bundle file |
| packages/devextreme/build/bundle-templates/modules/data.js | Data module bundle file |
| packages/devextreme/build/bundle-templates/modules/core.legacy.js | Legacy core module bundle file |
| packages/devextreme/build/bundle-templates/modules/core.js | Core module bundle file |
| packages/devextreme/build/bundle-templates/modules/common.charts.js | Common charts module bundle file |
| packages/devextreme/build/bundle-templates/dx.web.js | Web bundle entry point |
| packages/devextreme/build/bundle-templates/dx.viz.js | Visualization bundle entry point |
| packages/devextreme/build/bundle-templates/dx.all.js | Complete bundle entry point |
| packages/devextreme/build/bundle-templates/dx.ai-integration.js | AI integration bundle entry point |
| packages/devextreme-themebuilder/tests/metadata/dependency-collector.test.ts | Updated test paths and improved regex from string replacement to anchored pattern |
| packages/devextreme-themebuilder/src/metadata/dependency-collector.ts | Added logic to handle bundle template files and updated entry point path |
pharret31
approved these changes
Nov 13, 2025
chaosmirage
approved these changes
Nov 17, 2025
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.