From ec463058e22a772340359ba43331c93c6e55c241 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 22 Oct 2019 10:29:41 +0200 Subject: [PATCH] removed accidently added (old) modern theme again @nathan you need to remove pixelegg/css/modern.min.css* (not in git) --- Gruntfile.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 67afacbc08..95f018e1dd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -368,24 +368,6 @@ module.exports = function (grunt) { "pixelegg/css/monochrome.css", "api/templates/default/print.css", "pixelegg/print.css" - ], - "pixelegg/css/modern.min.css": [ - "api/js/jquery/chosen/chosen.css", - "vendor/bower-asset/jquery-ui/themes/redmond/jquery-ui.css", - "vendor/egroupware/magicsuggest/magicsuggest.css", - "api/js/jquery/jquery-ui-timepicker-addon.css", - "api/js/jquery/blueimp/css/blueimp-gallery.min.css", - "api/js/dhtmlxtree/codebase/dhtmlxtree.css", - "api/js/egw_action/test/skins/dhtmlxmenu_egw.css", - "vendor/bower-asset/diff2html/dist/diff2html.css", - "vendor/bower-asset/cropper/dist/cropper.min.css", - "api/templates/default/css/flags.css", - "api/templates/default/css/htmlarea.css", - "api/templates/default/def_tutorials.css", - "api/templates/default/etemplate2.css", - "pixelegg/css/pixelegg.css", - "api/templates/default/print.css", - "pixelegg/print.css" ] } },