...
Unfortunately when In-Portal page referencing assets is transformed into static HTML and later used outside of In-Portal (e.g. on the WordPress) the referenced assets won't exist anymore. The assets won't exist because next deployment removed them in hope, that next website visit would happen and rebuild them.
Solution
...
- create "MinifyHelper::
...
- dump" method, that will CURL website homepage to trigger generation of assets
...
- create "adm:OnDumpAssets" event, that will call "MinifyHelper::delete" and "MinifyHelper::dump" methods
- no longer call "MinifyHelper::delete" method from "kThemesHelper::refreshThemes" method
Related Tasks
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|