generated from Muetze42/repository-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have a big files and it loads to me 3-5 sec to generate the md5 about the file.
What do you think if you just check the mix-manifest.json updated at time?
protected function getHashedName(): string
{
$manifestFile = dirname($this->path(), 2).'/mix-manifest.json';
$hash = '?v='.filemtime($manifestFile);
return $this->name().$hash;
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request