(target)
| 2380 | this.appendFile(tool.resourcesFiles, target + parts.extension, source, include); |
| 2381 | } |
| 2382 | appendTarget(target) { |
| 2383 | this.appendFolder(this.tool.resourcesFolders, target); |
| 2384 | } |
| 2385 | noFilesMatch(source) { |
| 2386 | this.tool.reportWarning(null, 0, "no resources match: " + source); |
| 2387 | } |
nothing calls this directly
no test coverage detected