jweiland-net / replacer

TYPO3 extension that replaces string patterns from the page. You can use it to replace URLs for Content Delivery Network (CDN). (Fork of ja_replacer)
GNU General Public License v2.0
1 stars 8 forks source link

Replacement path for vhs files fail #6

Closed filoucrackeur closed 4 years ago

filoucrackeur commented 5 years ago

I want to replace typo3temp/vhs-* files but replacer's hook is load before vhs's hook so vhs's css and js files are not replaced

pascal20997 commented 4 years ago

Thank you for the bug report and sorry for the late response. Now the replacer hook should be called at the end of all other extensions. This should fix your issue.