From ea58a25f8e3edc206e902449a454175db85b6235 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Mon, 12 Dec 2016 16:11:16 +0100 Subject: [PATCH] Bumps online version to clean-css 3.4.22. --- 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 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': -- 2.34.1