SRIRefreshTask
extends BuildTask
in package
Table of Contents
Properties
- $description : mixed
- $title : mixed
Methods
- run() : mixed
- Deletes the Sub-resource integrity values on build of the database so they're regenerated next time that file is required.
Properties
$description
protected
mixed
$description
= 'Deletes cache of Sub-resource integrities for js/css resources,
these will regenerate on the next request.'
$title
protected
mixed
$title
= 'Refresh SRI'
Methods
run()
Deletes the Sub-resource integrity values on build of the database so they're regenerated next time that file is required.
public
run(mixed $request) : mixed
Parameters
- $request : mixed