You are here

constant ADVAGG_IE_CSS_SELECTOR_LIMITER in Advanced CSS/JS Aggregation 7.2

Prevent more than 4095 css selector rules inside of a CSS aggregate.

Related topics

5 uses of ADVAGG_IE_CSS_SELECTOR_LIMITER
advagg_admin_settings_form in ./advagg.admin.inc
Form builder; Configure advagg settings.
advagg_advagg_get_info_on_files_alter in ./advagg.advagg.inc
Implements hook_advagg_get_info_on_files_alter().
advagg_current_hooks_hash_array in ./advagg.module
Get an array of all hooks and settings that affect aggregated files contents.
advagg_generate_groups in ./advagg.inc
Group the CSS/JS into the biggest buckets possible.
hook_advagg_get_info_on_files_alter in ./advagg.api.php
Let other modules add/alter additional information about files passed in.

File

./advagg.module, line 62
Advanced CSS/JS aggregation module.

Code

define('ADVAGG_IE_CSS_SELECTOR_LIMITER', FALSE);