Adam Zerella
Adam Zerella
# Enhancement Our current deployment of this site is done with custom Node.js code, a static site such as ours should be an ideal candidate for something like NGINX. Because...
When running `yarn test` on Windows, the tests fail when computing the hash of the `_fixture/` and `pancake/` output. Windows computes newlines differently i.e `\r\n` than Unix, this is the...
When running the `end-to-end` test suite the builds will fail on Windows with a fixture like: `"[path]/tests/test11/node_modules/@gov.au/testmodule1"` will be replaced with something like: `"C:\Users\Bob\.../tests/test11/node_modules/@gov.au/testmodule1"` This particular issue is isolated to...
It seems that the auto generated file paths when run under Windows are generated with only a single `\`. This needs to be generated as `\\` to escape the first...
It'd be nice for local testing to be able to delete everything really quickly. We do a similar thing in the component and site repo: https://github.com/govau/design-system-components/blob/master/package.json#L22 We should probably use...
Just wanted to put some organisation into the codebase and add a typical linting configuration. Similar to #4 but, this might be a bit more familiar for ma main man...