From 3aa38ffbdfb14437ad28b5d2854a2d8d12a56329 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 5 Mar 2019 14:19:26 +0100 Subject: [PATCH] Prepare newly added themes for minifying --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index d06a040640..dc69c804ee 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -353,7 +353,7 @@ module.exports = function (grunt) { "api/templates/default/print.css", "pixelegg/print.css" ], - "pixelegg/css/modern.min.css": [ + "pixelegg/css/monochrome.min.css": [ "api/js/jquery/chosen/chosen.css", "vendor/bower-asset/jquery-ui/themes/redmond/jquery-ui.css", "vendor/egroupware/magicsuggest/magicsuggest.css", @@ -367,7 +367,7 @@ module.exports = function (grunt) { "api/templates/default/css/flags.css", "api/templates/default/css/htmlarea.css", "api/templates/default/etemplate2.css", - "pixelegg/css/modern.css", + "pixelegg/css/monochrome.css", "api/templates/default/print.css", "pixelegg/print.css" ]