Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
7522872
move some build logic to nx-infra-plugin
GoodDayForSurf Apr 29, 2026
ab8f267
add scss-build to nx-infra-plugin
GoodDayForSurf Apr 29, 2026
b3fa9be
build:themes and build:themes-dev are implemented as nx-infra-plugin …
GoodDayForSurf Apr 29, 2026
da84659
move watching mode from gulp to nx-infra-plugin executor,
GoodDayForSurf Apr 29, 2026
a8321c9
remove gulp from devextreme-scss
GoodDayForSurf Apr 29, 2026
22d0a62
add tests
GoodDayForSurf Apr 29, 2026
026df10
fix executor for dex-scss
GoodDayForSurf Apr 30, 2026
abde169
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 5, 2026
ff20343
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 5, 2026
d203e38
fix review comments
GoodDayForSurf May 5, 2026
8eca1be
Merge branch '26_1_dx_scss_nx_infra_p' of https://github.com/GoodDayF…
GoodDayForSurf May 5, 2026
b46a69c
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 5, 2026
95f86c8
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 6, 2026
3c1ae29
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 6, 2026
eaaa974
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 6, 2026
e84a339
clean code
GoodDayForSurf May 6, 2026
7604f86
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 13, 2026
496cdb7
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 13, 2026
4f58e30
Merge branch '26_1' of https://github.com/DevExpress/DevExtreme into …
GoodDayForSurf May 13, 2026
b34177a
refactor and optimization
GoodDayForSurf May 13, 2026
3ce5c8c
Merge remote-tracking branch 'my/26_1_dx_scss_nx_infra_p' into 26_1_d…
GoodDayForSurf May 13, 2026
350fe1c
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 13, 2026
b662ada
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 14, 2026
46326f1
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 14, 2026
43027f3
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 14, 2026
b82e215
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 14, 2026
298a5eb
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 14, 2026
3b6c211
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 14, 2026
a289bdc
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 15, 2026
5830d7c
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 15, 2026
3f193a4
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 15, 2026
d4ea9bb
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 15, 2026
7377f6e
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
GoodDayForSurf May 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/themebuilder_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Build etalon bundles
working-directory: ./packages/devextreme-scss
run: pnpm exec gulp style-compiler-themes-ci
run: pnpm nx build:ci devextreme-scss

- name: Build
working-directory: ./packages/devextreme-themebuilder
Expand Down
46 changes: 0 additions & 46 deletions packages/devextreme-scss/build/gulp-data-uri.js

This file was deleted.

164 changes: 0 additions & 164 deletions packages/devextreme-scss/build/style-compiler.js

This file was deleted.

40 changes: 0 additions & 40 deletions packages/devextreme-scss/gulpfile.js

This file was deleted.

14 changes: 2 additions & 12 deletions packages/devextreme-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,17 @@
"type": "module",
"devDependencies": {
"clean-css": "5.3.3",
"del": "2.2.2",
"gulp": "4.0.2",
"gulp-autoprefixer": "10.0.0",
"gulp-cache": "1.1.3",
"gulp-plumber": "1.2.1",
"gulp-replace": "0.6.1",
"gulp-sass": "6.0.1",
"gulp-shell": "0.8.0",
"minimist": "1.2.8",
"sass-embedded": "1.93.3",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "9.0.0",
"stylelint-scss": "6.10.0",
"through2": "2.0.5",
"ts-jest": "29.1.2"
},
"scripts": {
"build": "gulp",
"build": "pnpm nx build devextreme-scss",
"lint": "stylelint scss/widgets",
"test": "jest --no-coverage --runInBand --config=./tests/jest.config.json",
"watch": "gulp watch"
"watch": "pnpm nx run devextreme-scss --target=watch"
},
"version": "26.1.2"
}
Loading
Loading