diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index 7d9db3d..7b07183 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -927,7 +927,7 @@ var policies = { "fileMinification": { "tool": "redownload", "label": "File minification", - "message": "
This is the weight that could be saved if all text resources were correctly minified.
The tools in use here are UglifyJS, clean-css and HTMLMinifier. These tools are so good that some of your minified files can be marked as unminified. Change your tool it this happens :)
The gains of minification are generally small, but the impact can be high when these text files are loaded on the critical path.
", + "message": "This is the weight that could be saved if all text resources were correctly minified.
The tools in use here are UglifyJS, clean-css and HTMLMinifier. These tools are so good that some of your minified files can be marked as unminified. Change your tool if this happens :)
The gains of minification are generally small, but the impact can be high when these text files are loaded on the critical path.
", "isOkThreshold": 5125, "isBadThreshold": 61440, "isAbnormalThreshold": 122880,