You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Thanks for your suggestion.
I can not extend the Asset ViewHelpers without using a XCLASS.
But I could add a new option to plugin.tx_min.assetCollector , like excludeCssIdentifier , excludeInlineCssIdentifier, and same for JS. There, you can define the asset identifiers to not get compressed. Would this work for you?
If possible, it would be great if an option/argument for the asset.script viewhelper could be implemented that disables compression of a single asset.
E.g.:
<f:asset.script identifier="myScript" src="EXT:sitepackage/Resources/Public/JavaScript/myScript.min.js" compress="false" />
why: some js plugins like "tablefilter js" need a relative "base_path" to their additional resources, which could be wrong if compression is enabled.
The text was updated successfully, but these errors were encountered: