I'm wondering what is the best approach to this.
I have a website project which has my clients website.
I have another project in which I have the plugin I'm developing.
I have a common solution with both projects.
I would like to use the local webserver to test the plugin.
How to I make the website aware of the plugin files without actually copying the plugin files in the other project?
Is there a way to do this without polluting the website project?