Make WordPress Core

Changeset 26745


Ignore:
Timestamp:
12/06/2013 09:23:21 PM (10 years ago)
Author:
nacin
Message:

Gruntfile: Prevent -rtl-rtl.css stylesheets when running cssjanus on colors. fixes #26315.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r26731 r26745  
    119119                ext: '.min.css',
    120120                src: [
    121                     'wp-admin/css/colors/**/*.css'
     121                    'wp-admin/css/colors/*/*.css'
    122122                ]
    123123            }
     
    148148                ext: '-rtl.css',
    149149                src: [
    150                     'wp-admin/css/colors/**/*.css'
     150                    'wp-admin/css/colors/*/colors.css'
    151151                ]
    152152            },
Note: See TracChangeset for help on using the changeset viewer.