Changeset 29256
- Timestamp:
- 07/21/2014 02:50:45 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r28873 r29256 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,
Note: See TracChangeset
for help on using the changeset viewer.