From f7d31f827345ec36fe2cdd62d1194e2483d4136f Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Fri, 14 Jul 2017 15:10:18 +0200 Subject: [PATCH] Bumps web interface to version 4.1.7. --- docs/index.html | 2 +- docs/js/optimizer-worker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index d0b009a04..c6afda78c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,7 +22,7 @@

diff --git a/docs/js/optimizer-worker.js b/docs/js/optimizer-worker.js index 418553c77..79d54e5e6 100644 --- a/docs/js/optimizer-worker.js +++ b/docs/js/optimizer-worker.js @@ -5,7 +5,7 @@ onmessage = function(event) { case 'initialize': if (!initialized) { initialized = true - importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.1.6.js') + importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.1.7.js') } break case 'optimize':