simple-local-avatars icon indicating copy to clipboard operation
simple-local-avatars copied to clipboard

Bug: Composer package not functional since 2.3.0

Open kovshenin opened this issue 3 years ago • 0 comments

Describe the bug

Hello! Looks like version 2.3.0 and upwards no longer bundles built/dist files, which makes the Composer package not usable without an additional build/install step, for which pulling down the dev dependencies would be required.

Would it be possible to include the dist files when new versions are tagged, similar to how https://github.com/10up/ElasticPress/issues/2727 was addressed?

Thank you!

Steps to Reproduce

  1. Run: composer require 10up/simple-local-avatars
  2. Add: require_once $path_to_vendor . '/10up/simple-local-avatars/simple-local-avatars.php';
  3. Browse to user profile in wp-admin
  4. See Console/Network for 404 error on url/to/vendor/10up/simple-local-avatars/dist/simple-local-avatars.js

Screenshots, screen recording, code snippet

No response

Environment information

No response

WordPress information

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

kovshenin avatar Jul 28 '22 09:07 kovshenin