From a5a7ebea3dab9e14240a5258ae5477e2f2c00e2a Mon Sep 17 00:00:00 2001 From: Dan Bornstein Date: Fri, 9 Sep 2016 12:32:24 -0700 Subject: Handle `@import` during CSS minification. This meant plumbing a callback through to `compressCSS()`, which meant that I had to alter the innards of `getFileCompressed()`. I tried to leave that function looking more understandable than when I found it; for example, I flattened out the nested `if`. I went ahead and upgraded the version of `clean-css` while I was in the territory. --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/package.json') diff --git a/src/package.json b/src/package.json index bdbf35c2..98e0fed0 100644 --- a/src/package.json +++ b/src/package.json @@ -22,7 +22,7 @@ "express-session" : "1.13.0", "cookie-parser" : "1.3.4", "async" : "0.9.0", - "clean-css" : "3.4.12", + "clean-css" : "3.4.19", "uglify-js" : "2.6.2", "formidable" : "1.0.17", "log4js" : "0.6.35", -- cgit v1.2.3