Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
8.x-3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jul 2017 at 11:48 UTC
Updated:
12 Sep 2019 at 05:56 UTC
Jump to comment: Most recent
Comments
Comment #2
nickdickinsonwildeThat's predominantly intentional. There are situations you don't want aggregation on (Say serving via HTTPS/HTTP 2.0) but do want optimizations applied.
I had thought it was clear in the new readme (in the repo and in the d.o documentation guide). However, obviously not. I'll improve that.
You should be able to add:
$config['advagg.settings']['enable'] = FALSE;to your local.settings.php to override it.
Comment #3
pminfYour repos readme helped me a lot to get into AdvAgg. Good job! Add some words about local settings and it will become a developers dream :-)
$config['advagg.settings']['enabled'] = FALSE;does work for me (mind the d!)Comment #4
nickdickinsonwildeAwesome, thanks :)
and sorry, yes, definitely need the d in there.
Comment #7
nilesh.k commentedI am using version 8.x-4.0. #2 worked for me. Thank you :)