I've starting using this project to migrate my plugin. The plugin installation requires some additions to App_Resources.
There doesn't seem to be a way of handling this case, I obviously want to avoid modifying the demo projects.
I suggest adding support to merge demo-snippets/App_Resources with the demo projects. This can be accomplished fairly painlessly using copySync from fs-extra.
Hi guys,
I've starting using this project to migrate my plugin. The plugin installation requires some additions to
App_Resources
.There doesn't seem to be a way of handling this case, I obviously want to avoid modifying the demo projects.
I suggest adding support to merge
demo-snippets/App_Resources
with the demo projects. This can be accomplished fairly painlessly usingcopySync
fromfs-extra
.Thoughts?