Add Gzip offenders

This commit is contained in:
Gaël Métais
2015-06-19 16:16:00 +02:00
parent d166003dfe
commit 53a9aa377a
5 changed files with 29 additions and 8 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ var FileMinifier = function() {
});
} else {
debug('File type %s is not an (optimizable) image', entry.contentType);
debug('Not minfiable type or already minified');
deferred.resolve(entry);
}