Copprhead - For my TrackViewer plugin, I need t...
For my TrackViewer plugin, I need to configure my ng build to output the correct file/folder structure as spec'd for a SK plugin. Currently I have the viewer in one repo as standalone app and the plugin in another repo, where I just copy the output of the viewer build. (That's what I 'npm publish'). It would be better to have it all in one repo with a 'skplugin' and a 'standalone' build target. Can anyone recommend examples or docs?