bu-ist/bu-custom-css

File detection mechanism is broken with s3 plugin

Opened this issue · 0 comments

The file detection conditional here:

if ( file_exists( $filepath ) || $projected ) {

doesn't appear to be working with the Humanmade S3 plugin and may need to be refactored.