(relativePath)
| 71 | let inputFilesPath = getRelativeToBuildTools(SBG_JS_PARSED_FILES); |
| 72 | |
| 73 | function getRelativeToBuildTools(relativePath) { |
| 74 | return path.resolve(`${BUILD_TOOLS_DIR}/${relativePath}`); |
| 75 | } |
| 76 | |
| 77 | /////////////// PREPARATION //////////////// |
| 78 | // fileHelpers.createFile(outFile) |