Spomky-Labs / pwa-bundle

PHP library for generating a full featured PWA manifest
https://pwa.spomky-labs.com
MIT License
28 stars 1 forks source link

Add AssetMapper to UrlNormalizer #178

Closed Spomky closed 3 weeks ago

Spomky commented 3 weeks ago

Integrated the AssetMapperInterface into the UrlNormalizer class. Updated the process to check if the path is an asset and return the public path accordingly. Also, added error handling in the case of URL generation failure.

Target branch: 1.2.x Resolves issue #174