| 11 | | * define('SCRIPT_DEBUG', true); loads the development (non-minified) versions of all scripts and disables compression and concatenation |
| 12 | | * define('CONCATENATE_SCRIPTS', false); disables compression and concatenation, |
| | 11 | * define('SCRIPT_DEBUG', true); loads the development (non-minified) versions of all scripts and disables compression and concatenation, |
| | 12 | * define('STYLE_DEBUG', true); loads the development (non-minified) versions of all CSS and disables compression and concatenation, |
| | 13 | * define('CONCATENATE_SCRIPTS', false); disables compression and concatenation of scripts and CSS, |