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

Facilitate development of plugin in existing WordPress dev environment #6

Open
westonruter opened this issue Jan 24, 2019 · 1 comment

Comments

@westonruter
Copy link
Collaborator

It is difficult to hack on this plugin on an existing WordPress development environment. For example, Gutenberg, AMP, and PWA plugins all can just be cloned into wp-content/plugins of any existing WordPress install and then with npm install and npm run build they can be activated in-place.

Can that be implemented for Quicklink as well? Part of this would include making setup-local-env.sh optional.

@Luehrsen
Copy link
Member

It can certainly be done.

This stems just from our taste to separate build/repo files from actual plugin files. If we want to use existing setups we usually do a symlink.

But we can certainly restructure the repo to fit these needs if you see it necessary. 🙂

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