You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2022. It is now read-only.
This would make more sense for the completion note to come in after everything else is done. This has to do with sending this.async() to the wordpress.js util function, it doesn't stop execution of the task, only execution of the following tasks.
One possible fix is to run the task async and send the wordpress.js util functions a callback. We can control the flow of the wordpress.js util functions, while preventing the execution of the remaining code in the task. All the console messages will be in the right order. Funtimes.
The text was updated successfully, but these errors were encountered:
This is what you see (v2.0.0):
Then you wait... and, finally
Running Grunt Setup Theme setup!
This would make more sense for the completion note to come in after everything else is done. This has to do with sending
this.async()
to the wordpress.js util function, it doesn't stop execution of the task, only execution of the following tasks.One possible fix is to run the task
async
and send the wordpress.js util functions a callback. We can control the flow of the wordpress.js util functions, while preventing the execution of the remaining code in the task. All the console messages will be in the right order. Funtimes.The text was updated successfully, but these errors were encountered: