From 98e295563583b97cfd93b17a8f60e0721194a64c Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Wed, 16 Nov 2016 12:01:13 +0100 Subject: [PATCH] Bumps online version to clean-css 3.4.21. --- 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 a5dbb842..8596f07a 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 cf51d14a..8acd81af 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.20.js') + importScripts('//jakubpawlowicz.github.io/clean-css-builds/v3.4.21.js') } break case 'optimize': -- 2.34.1