diff options
author | Dan Bornstein <danfuzz@milk.com> | 2016-09-09 12:32:24 -0700 |
---|---|---|
committer | Dan Bornstein <danfuzz@milk.com> | 2016-09-09 12:32:24 -0700 |
commit | a5a7ebea3dab9e14240a5258ae5477e2f2c00e2a (patch) | |
tree | 8eec815d2c7784fc5dd8ddd408ca723bc11af89f /src/package.json | |
parent | 7dd252f76305fa76f5ab9b28d1e6dc6bbcce0379 (diff) | |
download | etherpad-lite-a5a7ebea3dab9e14240a5258ae5477e2f2c00e2a.zip |
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.
Diffstat (limited to 'src/package.json')
-rw-r--r-- | src/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |