tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

Dead code in File class? #186

Closed carbontwelve closed 7 years ago

carbontwelve commented 7 years ago

Lines 123-127:

if (substr($this->fileInfo->getRelativePath(), 0, 1) === '_' || substr($this->fileInfo->getFilename(), 0,1) === '_') {
     $this->deferred = true;
}

Doesn't seem to be used anywhere.

carbontwelve commented 7 years ago

This is solved by pull #188