(rawPath)
| 252 | } |
| 253 | |
| 254 | isOutputFilePathExists(rawPath) { |
| 255 | return fs.existsSync(rawPath) && !TemplatePath.isDirectorySync(rawPath); |
| 256 | } |
| 257 | |
| 258 | /* Use conventions documented here https://www.zachleat.com/web/trailing-slash/ |
| 259 | * resource.html exists: |
no outgoing calls
no test coverage detected