Make WordPress Core

Changeset 29256


Ignore:
Timestamp:
07/21/2014 02:50:45 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Gruntfile: Change import rules to include RTL stylesheets when running CSSJanus.

see #28966.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r28873 r29256  
    162162            core: {
    163163                options: {
    164                     swapLtrRtlInUrl: false
     164                    swapLtrRtlInUrl: false,
     165                    processContent: function( src ) {
     166                        return src.replace( /url\((.+?)\.css\)/g, 'url($1-rtl.css)' );
     167                    }
    165168                },
    166169                expand: true,
Note: See TracChangeset for help on using the changeset viewer.