From: Jakub Pawlowicz Date: Mon, 12 Dec 2016 15:11:16 +0000 (+0100) Subject: Bumps online version to clean-css 3.4.22. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ea58a25f8e3edc206e902449a454175db85b6235;p=clean-css.git Bumps online version to clean-css 3.4.22. --- diff --git a/docs/index.html b/docs/index.html index 8596f07a..ef5991c9 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 8acd81af..764ecea4 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/v3.4.21.js') + importScripts('//jakubpawlowicz.github.io/clean-css-builds/v3.4.22.js') } break case 'optimize':