Closed akircher closed 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.
Fixed by a series of commits in all the repos starting with this repo @28b119a63b47e4309a655202111a5b4326636188
Development > Server > Client > CSV,Pouch. Main install should be
npm install dscsa/server
for production,npm install dscsa/development
for development, andnpm install dscsa/client
as implementation example or for third-party to customize,