The module-packing script currently works by reading 'deps.json' and doing the appropriate modifications to the output zip-module in-process. Should this be amended to simply symlink the third-party deps into place? It will make development on windows trickier (though not impossible), but it may make development overall easier (since the modules will actually be in the right place.)
The module-packing script currently works by reading 'deps.json' and doing the appropriate modifications to the output zip-module in-process. Should this be amended to simply symlink the third-party deps into place? It will make development on windows trickier (though not impossible), but it may make development overall easier (since the modules will actually be in the right place.)