We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c1b67 commit 05c8876Copy full SHA for 05c8876
package.json
@@ -21,7 +21,7 @@
21
"cssmin": "latest",
22
"google-closure-compiler": "latest",
23
"uglify-js": "latest",
24
- "yuglify": "latest",
+ "yuglify": "1.0.x",
25
"yuicompressor": "latest"
26
}
27
tests/assets/compressors/yuglify.js
@@ -1 +1 @@
1
-(function(){(function(){window.concat=function(){console.log(arguments)}})(),function(){window.cat=function(){console.log("hello world")}}()}).call(this);
+(function(){!function(){window.concat=function(){console.log(arguments)}}(),function(){window.cat=function(){console.log("hello world")}}()}).call(this);
0 commit comments