Swirrl / ons-data-export

Temporary repo to keep track of the extraction of data between the PMD3 backed alpha for the COGS project, and the PMD4 staging server.
0 stars 0 forks source link

Simplify layout a little by removing a redundant level of deps #58

Closed RickMoynihan closed 4 years ago

RickMoynihan commented 4 years ago

Hey @jennet,

I just saw your changes here and saw you can simplify the dependencies a bit.

Essentially by removing the :local/root and changing it to :paths ["src"] (strictly speaking adding this is unnecessary as its the default), you can add the 3rd party/remote suite to the suite defined here.

This is the pattern I'd suggest using for this sort of setup.

Anyway thanks for getting all this out of the door, it's really great 🙇

jennet commented 4 years ago

Excellent! Thanks!