From ccff248264ff717d515f753e460769b9bf33b38d Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 28 May 2014 12:28:18 +0800 Subject: Bug 1016199: move skins/assets to data/assets r=dkl, a=justdave --- 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