Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes helpers.fileExists to use regular stat instead of lstat.
This fixes issue javanile#20 -- where you get "file not found" errors when the target of an `$include` is a symlink to a file. Use of `stat` means the system will follow these symlinks instead of returning information about the link itself.
- Loading branch information