[TASK] Improve handing for empty assets in dev environment

This commit is contained in:
Philipp Dieter 2020-05-19 01:55:23 +02:00
parent d99c831bbb
commit 4f28dda912
3 changed files with 9 additions and 1 deletions

View File

@ -15,3 +15,5 @@ plugin.tx_templatesaide_dummy {
} }
## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is overwritten with the defaults of the extension builder ## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is overwritten with the defaults of the extension builder
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:templates_aide/Resources/Private/TypoScript/constants.ts">

View File

@ -24,6 +24,10 @@ page {
} }
} }
["{$asset.css.site}" == ""]
page.includeCSS.file01 >
[global]
pageContentelement = PAGE pageContentelement = PAGE
pageContentelement { pageContentelement {
typeNum = 5000 typeNum = 5000

View File

@ -0,0 +1,2 @@
asset.js.site =
asset.css.site =