|
|
|
@ -389,6 +389,7 @@ class App { |
|
|
|
|
*/ |
|
|
|
|
postProcessPure(env) { |
|
|
|
|
shell.ls(`${env}/**/*.sol`).forEach(file => { |
|
|
|
|
if (this.skipFiles.includes(file) || this.inSkippedFolder(file)) return; |
|
|
|
|
const contractPath = this.platformNeutralPath(file); |
|
|
|
|
const contract = fs.readFileSync(contractPath).toString(); |
|
|
|
|
const contractProcessed = preprocessor.run(contract); |
|
|
|
|