Closed KelseyMcAuley closed 1 year ago
Hi!
I noticed today that the path to the index.asset.php was broken in scripts.php. I changed it to: $asset_file_path = get_template_directory() . '/build/index.asset.php'; and now it works!
We haven't seen this issue with any recent incidence but the change appears to be harmless enough to mainline. Thanks for your report!
Hi!
I noticed today that the path to the index.asset.php was broken in scripts.php. I changed it to: $asset_file_path = get_template_directory() . '/build/index.asset.php'; and now it works!