constant ADVAGG_CSS_COUNT_THRESHOLD in Advanced CSS/JS Aggregation 6
Same name and namespace in other branches
- 7 includes/constants.inc \ADVAGG_CSS_COUNT_THRESHOLD
Default value for number of files that can be added before using @import.
2 uses of ADVAGG_CSS_COUNT_THRESHOLD
- advagg_unlimited_css_builder in ./
advagg.module - Logic to figure out what kind of css tags to use.
- advagg_unlimited_css_import in ./
advagg.module - Use import tags for CSS
File
- ./
advagg.module, line 57 - Advanced CSS/JS aggregation module
Code
define('ADVAGG_CSS_COUNT_THRESHOLD', 25);