Created by: marcusrbrown
The test
command fails with multiple arguments when given a unary operator such as '-e'. Add a function that can test one or more files by looping over all files.
Specifically, if I add another template asset (i.e. 404.html) the e2e scripts fail with "binary operator expected" because the glob expands to test -e build/404.html build/index.html
.