WebDevStudios / wd_s

A starter theme from WebDevStudios.
https://wdunderscores.com
GNU General Public License v2.0
663 stars 138 forks source link

File directory path broken for assets file in scripts.php #958

Closed KelseyMcAuley closed 1 year ago

KelseyMcAuley commented 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!

kingthrillgore commented 1 year ago

We haven't seen this issue with any recent incidence but the change appears to be harmless enough to mainline. Thanks for your report!