From 796ee5516f4004e2f8cb167164b2b0febfc9f643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 15 Jul 2016 11:36:31 +0800 Subject: [PATCH 1/2] Fix a bug when analyzing an SVG with a syntax error --- lib/tools/redownload/imageOptimizer.js | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/tools/redownload/imageOptimizer.js b/lib/tools/redownload/imageOptimizer.js index b9c3b51..2cb2117 100644 --- a/lib/tools/redownload/imageOptimizer.js +++ b/lib/tools/redownload/imageOptimizer.js @@ -219,7 +219,9 @@ var ImageOptimizer = function() { }) .catch(function(err) { - deferred.reject(file); + debug('Optimisation failed:'); + debug(err); + deferred.resolve(); }); return deferred.promise; diff --git a/package.json b/package.json index ad99ee2..9ce8a51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yellowlabtools", - "version": "1.11.0", + "version": "1.11.1", "description": "Online tool to audit a webpage for performance and front-end quality issues", "license": "GPL-2.0", "author": { From b8636029c9a15923acdb5ce95559bc71e0f03e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 27 Jul 2016 12:58:10 +0800 Subject: [PATCH 2/2] Personnal website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e854b83..30ff82e 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ If your project is not accessible from outside, or if you want to fork and impro ## Author Gaël Métais. I'm a webperf freelance. Follow me on Twitter [@gaelmetais](https://twitter.com/gaelmetais), I tweet about Web Performances, Front-end and new versions of YellowLabTools! -If you understand French, you can visit [my website](http://www.gaelmetais.com) (will be soon in English too). +I can also help your company about Web Performances, visit [my website](http://www.gaelmetais.com). ## Contributors