From 049ea3d136ca73c82f5aa530f328d2596f8e6090 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 27 May 2014 13:34:53 +0800 Subject: Bug 1014374: backport bug 977969 to bmo (concatenate and slightly minify css files) --- skins/README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'skins') diff --git a/skins/README b/skins/README index 1deac48a2..d649350b9 100644 --- a/skins/README +++ b/skins/README @@ -1,4 +1,4 @@ -There are four directories here, standard/, custom/, contrib/, and assets/. +There are three directories here, standard/, custom/, and contrib/. standard/ holds the standard stylesheets. These are used no matter what skin the user selects. If the user selects the "Classic" skin, then *only* the @@ -16,6 +16,3 @@ if you want to override some CSS in skins/standard/global.css, then you should create a file called "global.css" in custom/ and put some CSS in it. The CSS you put into files in custom/ will be used *in addition* to the CSS in skins/standard/ or the CSS in skins/contrib/. It will apply to every skin. - -assets/ holds the minified and concatenated files which are created by -checksetup.pl and Bugzilla::Template. Do not edit the files in this directory. -- cgit v1.2.3-24-g4f1b