diff --git a/admin.php b/admin.php index 838c78f4..332f98fc 100644 --- a/admin.php +++ b/admin.php @@ -128,6 +128,10 @@ class AdminPlugin extends Plugin // Set original route for the home page. $home = '/' . trim($this->config->get('system.home.alias'), '/'); + // Disable Asset pipelining + $this->config->set('system.assets.css_pipeline', false); + $this->config->set('system.assets.js_pipeline', false); + // set the default if not set before $this->session->expert = $this->session->expert ?: false;