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) --- Bugzilla/Constants.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index c2fd52a46..ce5a06286 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -680,6 +680,7 @@ sub _bz_locations { # The script should really generate these graphs directly... 'webdotdir' => "$datadir/webdot", 'extensionsdir' => "$libpath/extensions", + 'assetsdir' => "$datadir/assets", }; } -- cgit v1.2.3-24-g4f1b