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
The plugin searches for numerous assets in the vendor folder which do not exist. The time searching for these missing assets make the save process take 10+ seconds to complete because it waits for each to 404.
Steps to Reproduce (for bugs)
Install and activate latest version of Gutenberg
Open developer tools
Watch the console or network panel while attempting to add a new page.
Expected Behavior
Plugin should not be loading resources that do not exist.
Current Behavior
Plugin fails to load everything within the vendor folder because they do not exist.
Possible Solution
Update the plugin or add those resources to the plugin zip.
Screenshots / Video
Related Issues and/or PRs
Todos
Tests
Documentation
The text was updated successfully, but these errors were encountered:
jjtroberts
changed the title
Vender resources not found
Vendor resources not found
Feb 7, 2018
Issue Overview
The plugin searches for numerous assets in the vendor folder which do not exist. The time searching for these missing assets make the save process take 10+ seconds to complete because it waits for each to 404.
Steps to Reproduce (for bugs)
Expected Behavior
Plugin should not be loading resources that do not exist.
Current Behavior
Plugin fails to load everything within the vendor folder because they do not exist.
Possible Solution
Update the plugin or add those resources to the plugin zip.
Screenshots / Video
Related Issues and/or PRs
Todos
The text was updated successfully, but these errors were encountered: