This assets/ directory should contain original JS and CSS source files that are used in the project. These files will be minified and copied to the public/ directory whenever the project is built. When adding new JS or CSS the following steps will need to be followed. 1. Add the new file to the assets/js or assets/css directory. 2. Add the named file to /runner/runner.go so the asset will be minified and copied to the public/ directory. 3. Create two new consts for the new file paths in handler/app/app.go. 4. Create a new key in the SRI type struct in handler/app/app.go. 5. Create a new Verify function result in handler/app/app.go. 6. Create a new route in handler/router.go. 7. Create a new TemplateFuncMap entry in handler/app/funcmap.go. 8. In the view/app/layout.tmpl file, add a new