Skip to content

Commit f459a5a

Browse files
Adel KhamatovGoodDayForSurf
andauthored
chore: migrate remaining gulp build tasks to nx (DevExpress#33510)
Co-authored-by: Aliullov Vlad <vladislav.aliullov@devexpress.com> Co-authored-by: Aliullov Vlad <91639107+GoodDayForSurf@users.noreply.github.com>
1 parent 1f61666 commit f459a5a

146 files changed

Lines changed: 8828 additions & 5666 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/copilot-instructions.md

Lines changed: 67 additions & 464 deletions
Large diffs are not rendered by default.

packages/devextreme-angular/project.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"packageJsonPath": "./package.json",
7171
"includePatterns": [
7272
"**/*.ts"
73-
]
73+
],
74+
"mode": "mit"
7475
}
7576
},
7677
"build:ngc": {
@@ -117,9 +118,6 @@
117118
},
118119
"npm:pack-npm-dist": {
119120
"executor": "devextreme-nx-infra-plugin:pack-npm",
120-
"options": {
121-
"workingDirectory": "./npm/dist"
122-
},
123121
"outputs": [
124122
"{projectRoot}/npm/dist/*.tgz"
125123
],

packages/devextreme-react/project.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"executor": "devextreme-nx-infra-plugin:add-license-headers",
4949
"options": {
5050
"targetDirectory": "./npm",
51-
"packageJsonPath": "./package.json"
51+
"packageJsonPath": "./package.json",
52+
"mode": "mit"
5253
}
5354
},
5455
"npm:prepare-modules": {
@@ -75,9 +76,6 @@
7576
},
7677
"npm:pack": {
7778
"executor": "devextreme-nx-infra-plugin:pack-npm",
78-
"options": {
79-
"workingDirectory": "./npm"
80-
},
8179
"outputs": ["{projectRoot}/npm/*.tgz"],
8280
"inputs": ["default"]
8381
},

packages/devextreme-vue/project.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"executor": "devextreme-nx-infra-plugin:add-license-headers",
4949
"options": {
5050
"targetDirectory": "./npm",
51-
"packageJsonPath": "./package.json"
51+
"packageJsonPath": "./package.json",
52+
"mode": "mit"
5253
}
5354
},
5455
"copy-files": {
@@ -81,9 +82,6 @@
8182
},
8283
"npm:pack": {
8384
"executor": "devextreme-nx-infra-plugin:pack-npm",
84-
"options": {
85-
"workingDirectory": "./npm"
86-
},
8785
"outputs": ["{projectRoot}/npm/*.tgz"],
8886
"inputs": ["default"]
8987
},

packages/devextreme/build/gulp/check_licenses.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/devextreme/build/gulp/header-pipes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const path = require('path');
77

88
const context = require('./context.js');
99

10-
const licenseTemplate = fs.readFileSync(path.join(__dirname, './license-header.txt'), 'utf8');
10+
const licenseTemplate = fs.readFileSync(path.join(__dirname, 'license-header.txt'), 'utf8');
1111

1212
const useStrict = lazyPipe().pipe(function() {
1313
return header('"use strict";\n\n');

packages/devextreme/build/gulp/state_manager/__tests__/build_state_manager.test.js

Lines changed: 0 additions & 192 deletions
This file was deleted.

packages/devextreme/build/gulp/state_manager/constants.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/devextreme/build/gulp/state_manager/index.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/devextreme/build/gulp/state_manager/remove_development_state_manager_modules.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)