deliciousbrains / wp-image-processing-queue

Resize WordPress images in the background
203 stars 18 forks source link

WP_Background_Process #12

Closed tomusborne closed 7 years ago

tomusborne commented 7 years ago

image-processing-queue.php makes reference to a vendor folder, which doesn't seem to exist in this repo.

Do we need to include another library in order for this one to work? I've noticed the WP.org repo has the vendor folder.

Thanks!

A5hleyRich commented 7 years ago

If you're including this as part of a theme or plugin you need to run composer install

https://github.com/deliciousbrains/wp-image-processing-queue#install-as-a-theme-library

tomusborne commented 7 years ago

Reading instructions FTW. Thank you!