Skip to content

Commit

Permalink
Prevent multiple rtl files in build output
Browse files Browse the repository at this point in the history
  • Loading branch information
frontdevde committed Nov 19, 2020
1 parent 140674f commit d19501d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/builder/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ function doRTL( files, done ) {
};
break;
case 'colorschemes':
path = [
'./modules/masterbar/admin-color-schemes/colors/**/*.min.css',
'!/modules/masterbar/admin-color-schemes/colors/**/*rtl.min.css',
];
path = './modules/masterbar/admin-color-schemes/colors/**/colors.min.css';
dest = './modules/masterbar/admin-color-schemes/colors';
success = 'Color Schemes RTL CSS finished.';
renameArgs = function ( pathx ) {
Expand Down

0 comments on commit d19501d

Please sign in to comment.