Skip to content

Commit d8a1fa7

Browse files
committed
Sigh...
1 parent 3740c2f commit d8a1fa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/grunt/rtlcss.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ module.exports = {
1111
cwd: '<%= paths.tmp %>',
1212
src: [
1313
'*.css',
14+
'!*.rtl.css',
1415
'!*.min.css'
1516
],
1617
dest: '<%= paths.tmp %>',
17-
ext: '.css',
18+
ext: '-rtl.css',
1819
extDot: 'last'
1920
}
2021
};

0 commit comments

Comments
 (0)