riannucci / rietveldv2

rietveldv2
Apache License 2.0
1 stars 1 forks source link

Should the uploadv2 module dir be restructured? #19

Closed riannucci closed 10 years ago

riannucci commented 10 years ago

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.)

riannucci commented 10 years ago

Answer: "yes"