We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.1
When enabling relative URLs I expected them to be enqueued with the correct URL, e.g. /app/themes/sage10/public/css/app.1259cf.css
/app/themes/sage10/public/css/app.1259cf.css
Scripts and styles are enqueued with /wp/ prepended, e.g. /wp/app/themes/sage10/public/css/app.1259cf.css
/wp/
/wp/app/themes/sage10/public/css/app.1259cf.css
'enabled' => true
wp acorn optimize
See roots/acorn#226 for more details.
macOS 14.5 M3 chip Lima as local env
Also same when deployed with acorn optimize as a build-after task to Ubuntu 22.04.
acorn optimize
Both envs php8.2
No response
Yes
The text was updated successfully, but these errors were encountered:
🩹 Disable the relative URL module while running in console (Fixes #13)
f6032a3
1d417f8
@Log1x Tested, working. Legend 💪
Sorry, something went wrong.
No branches or pull requests
Version
1.0.1
What did you expect to happen?
When enabling relative URLs I expected them to be enqueued with the correct URL, e.g.
/app/themes/sage10/public/css/app.1259cf.css
What actually happens?
Scripts and styles are enqueued with
/wp/
prepended, e.g./wp/app/themes/sage10/public/css/app.1259cf.css
Steps to reproduce
'enabled' => true
in the prettify configwp acorn optimize
See roots/acorn#226 for more details.
System info
macOS 14.5 M3 chip
Lima as local env
Also same when deployed with
acorn optimize
as a build-after task to Ubuntu 22.04.Both envs php8.2
Log output
No response
Please confirm this isn't a support request.
Yes
The text was updated successfully, but these errors were encountered: