Ticket #28966: 28966.patch
File 28966.patch, 449 bytes (added by , 11 years ago) |
---|
-
Gruntfile.js
161 161 cssjanus: { 162 162 core: { 163 163 options: { 164 swapLtrRtlInUrl: false 164 swapLtrRtlInUrl: false, 165 processContent: function( src ) { 166 return src.replace( /url\((.+?)\.css\)/g, 'url($1-rtl.css)' ); 167 } 165 168 }, 166 169 expand: true, 167 170 cwd: SOURCE_DIR,