dscsa / client

Browser single page application for logging written with Aurelia
3 stars 1 forks source link

Rework Dependencies #249

Closed akircher closed 7 years ago

akircher commented 7 years ago

Development > Server > Client > CSV,Pouch. Main install should be npm install dscsa/server for production, npm install dscsa/development for development, and npm install dscsa/client as implementation example or for third-party to customize,

akircher commented 7 years ago

Move aurelia_project directory from client to development repo.

This may be hard since server depends on aurelia.json which would then be in development (which would depend on server), creating a circular dependency.

Although this might work, I think the cleaner answer is just to hard code asset path into server rather than requiring it from aurelia.json. This path is unlikely to change and would be easy to fix if it did.

akircher commented 7 years ago

Fixed by a series of commits in all the repos starting with this repo @28b119a63b47e4309a655202111a5b4326636188