Closed tomkiss closed 3 years ago
Hey there.
Great plugin, thank you 🙌
Not sure if I'm being a doofus or not (please let me know if I am!), but it looks to me as if multi-site config format isn't supported in the config/assetrev.php?
config/assetrev.php
If it isn't, it would be super helpful to be able to support this plz.
e.g:
<?php return [ '*' => [ ... ], 'site1' => [ 'manifestPath' => 'web-en/assets/manifest.json', ], 'site2' => [ 'manifestPath' => 'web-de/assets/manifest.json', ] ];
OK, doofus mode disengaged. It's Friday, I'm tired, the children have ruined me 😣.
<?php return [ '*' => [ ... 'manifestPath' => '@webroot/assets/manifest.json', ], ];
🤦
kthxbai
Hey there.
Great plugin, thank you 🙌
Not sure if I'm being a doofus or not (please let me know if I am!), but it looks to me as if multi-site config format isn't supported in the
config/assetrev.php
?If it isn't, it would be super helpful to be able to support this plz.
e.g: