From a6f913e185463c93dbfed65c969f71b120c3133e Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Sat, 17 Dec 2016 18:04:17 +0100 Subject: [PATCH] Bumps online version to clean-css 3.4.23. --- 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 ef5991c9..befce398 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 764ecea4..0338115a 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.22.js') + importScripts('//jakubpawlowicz.github.io/clean-css-builds/v3.4.23.js') } break case 'optimize': -- 2.34.1