|
|
@@ -1,10 +1,3 @@
|
|
|
-/**
|
|
|
- * UglifyCSS
|
|
|
- * Port of YUI CSS Compressor to Vanilla JS
|
|
|
- * Author: Gildas Lormeau
|
|
|
- * MIT licenced
|
|
|
- */
|
|
|
-
|
|
|
/**
|
|
|
* UglifyCSS
|
|
|
* Port of YUI CSS Compressor to NodeJS
|
|
|
@@ -31,6 +24,8 @@
|
|
|
* by Yahoo! Inc. under the BSD (revised) open source license.
|
|
|
*/
|
|
|
|
|
|
+// derived from https://github.com/fmarcia/UglifyCSS
|
|
|
+
|
|
|
this.cssMinifier = this.cssMinifier || (() => {
|
|
|
|
|
|
/**
|