My driver's isStaticFile is the standard one:
public function isStaticFile($sitePath, $siteName, $uri)
{
if (file_exists($staticFilePath = $sitePath.'/app/public_html/'.$uri)) {
return $staticFilePath;
}
return false;
}
All files works fine, except: /js/vendor/history.js/scripts/bundled/html4+html5/jquery.history.js