From a05083f3a4d7468a5856768e26435125f7daf3a1 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 6 Dec 2013 21:23:21 +0000 Subject: [PATCH] Gruntfile: Prevent -rtl-rtl.css stylesheets when running cssjanus on colors. fixes #26315. git-svn-id: https://develop.svn.wordpress.org/trunk@26745 602fd350-edb4-49c9-b593-d223f7449a82 --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9e7a4246e4..a498e0cd92 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -118,7 +118,7 @@ module.exports = function(grunt) { dest: BUILD_DIR, ext: '.min.css', src: [ - 'wp-admin/css/colors/**/*.css' + 'wp-admin/css/colors/*/*.css' ] } }, @@ -147,7 +147,7 @@ module.exports = function(grunt) { dest: BUILD_DIR, ext: '-rtl.css', src: [ - 'wp-admin/css/colors/**/*.css' + 'wp-admin/css/colors/*/colors.css' ] }, dynamic: {