This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Webikon; | |
| /** | |
| * Class AssetResolver | |
| * | |
| * This utility class resolves URIs to built assets in the /dist directory of our theme. Built assets have a version | |
| * hash within their file name – each time the file changes, this hash will change which changes the file name. | |
| * |
OlderNewer