When `public/assets/` is a symlink, running `find public/assets ...` does not return the correct result. By using `public/assets/`, find is able to return the correct result regardless of whether the folder is an actual folder or a symlink. [ci skip]