Skip to content
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

Vendor resources not found #4937

Closed
2 tasks
jjtroberts opened this issue Feb 7, 2018 · 1 comment
Closed
2 tasks

Vendor resources not found #4937

jjtroberts opened this issue Feb 7, 2018 · 1 comment

Comments

@jjtroberts
Copy link

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)

  1. Install and activate latest version of Gutenberg
  2. Open developer tools
  3. 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

gutenberg2018-02-07at10 34 07am

Related Issues and/or PRs

Todos

  • Tests
  • Documentation
@jjtroberts jjtroberts changed the title Vender resources not found Vendor resources not found Feb 7, 2018
@youknowriad
Copy link
Contributor

This is a duplicate of #3512 and is due to the fact that we're using two versions of TinyMCE at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants