From a440cb0787455a97363eb045d4bd19a865ad19d2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 9 May 2018 12:28:00 -0400 Subject: [PATCH] LP#1766716: (follow-up) expand CSS imports for now The patches for bug 1739803 ended up removing the minification of the CSS and constructing evergreen-staff-client-deps.0.0.1.min.css, so consequently setting EXPAND_WEB_IMPORTS to 0 currently does not work as expected. Unless that regression (if it is one) gets fixed, stick with EXPAND_WEB_IMPORTS = 1 for now. Signed-off-by: Galen Charlton Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/config.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/config.tt2 b/Open-ILS/src/templates/staff/config.tt2 index 125391288c..5d8b172a07 100644 --- a/Open-ILS/src/templates/staff/config.tt2 +++ b/Open-ILS/src/templates/staff/config.tt2 @@ -5,7 +5,7 @@ EVERGREEN_VERSION='0.0.1' # create script / css refs to individual files instead of using # compressed build files. Use this for development and debugging. -EXPAND_WEB_IMPORTS = 0; +EXPAND_WEB_IMPORTS = 1; # path to build files (js, css, fonts). No / at end, because the user supplies it WEB_BUILD_PATH = ctx.media_prefix _ '/js/ui/default/staff/build'; -- 2.43.2