Merge pull request #275 from sc-forks/revert-274-honor-excluded-files

Revert "Honor excluded files"
pull/278/head
c-g-e-w-e-k-e- 6 years ago committed by GitHub
commit efa4644dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/app.js

@ -389,7 +389,6 @@ 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);

Loading…
Cancel
Save