Prepare for backend usage.

This commit is contained in:
David Molineus
2015-01-28 16:41:21 +01:00
parent ff0d2d9ec6
commit 417e208d85
3 changed files with 13 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ class ContaoAssets implements Assets
break;
case static::TYPE_FILE:
if (!\Config::get('debugMode')) {
if (!\Config::get('debugMode') && TL_MODE === 'FE') {
$script .= '|static';
}