Skip to content

Commit

Permalink
Do not ignore scss bundles when packing devextreme package (#25634)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr authored Sep 25, 2023
1 parent 648ebb1 commit f959949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme/build/gulp/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const sources = (src, dist, distGlob) => (() => merge(
.src('README.md')
.pipe(gulp.dest(dist)),

stringSrc('.npmignore', 'dist/js\ndist/ts\n!dist/css\nproject.json')
stringSrc('.npmignore', 'dist/js\ndist/ts\n!dist/css\n!/scss/bundles/*.scss\nproject.json')
.pipe(gulp.dest(`${dist}/`))
));

Expand Down

0 comments on commit f959949

Please sign in to comment.