microsoft / taco-team-build

taco-team-build is a node module designed to avoid common pitfalls when building Cordova apps in a Team or Continuous Integration (CI) environment
MIT License
26 stars 19 forks source link

update fileExistsSync to not use fs.accessSync #16

Closed ryuyu closed 8 years ago

ryuyu commented 8 years ago

fs.accessSync doesn't seem to work in VS. Addresses issue 14 (https://github.com/Microsoft/taco-team-build/issues/14)

@Chuxel @lostintangent

Chuxel commented 8 years ago

LGTM!

gmaughan commented 8 years ago

Working now. Thanks @Chuxel and @ryuyu