-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
Build issues #589
Comments
@andrewatduckpin assuming you are using Flynt >= 2 can you find a manifest file within |
Thanks, that was helpful! Turns out everything starting with For anyone else deploying to WP Engine via Github Actions, here's how we made sure the
|
I am trying to deploy my built theme to WP Engine using Github Actions, but the resulting build has issues with asset references.
The assets are created in the dist directory, but the references are not correct. For instance, in the
<head>
of the document, the reference to the main stylesheet is "main.scss", not the compiled main.css file in the dist directory.<link rel="stylesheet" id="Flynt/assets/main-css" href="https://domain.com/wp-content/themes/theme-name/assets/main.scss" media="all">
Here is my Github workflow. Is there a reason the resulting build wouldn't have correct asset references? It is following the same process I use on my local:
The text was updated successfully, but these errors were encountered: