From: Jakub Pawlowicz Date: Wed, 10 May 2017 17:46:38 +0000 (+0200) Subject: Bumps web interface to version 4.1.2. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0d9e041c6319b0bd7f0a791c7307ade0a2980d91;p=clean-css.git Bumps web interface to version 4.1.2. --- diff --git a/docs/index.html b/docs/index.html index 96294ca5..b0739fe3 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 6c6e4de4..ed101c85 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.1.js') + importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.1.2.js') } break case 'optimize':