Closed jleach closed 1 year ago
Approved based on @esune ’s comments. I’ll leave it to @jleach to decide to change anything based on the comments or to just merge this.
- should the
dist
folder gitignored?
I think so.
- any specific reason to use
gulp
vstsc
to compile tojs
code?
Gulp calls tsc
and just runs some other tasks like making the /dist folder.
- any advantage of using
yarn
over plain-oldnpm
?
Its a convention in AFJ and Bifold. Just keeping things the same across all TS projects.
@swcurran Needs approval again. I made a few changes to make AFJ work in the .devcontainer, added node support so you can build in the devcontainer, and excluded /dist
from the repo as per @esune feedback above.
Initial work on creating a containerized AFJ mediator and supporting Kubernets deplouyment manifests.