Skip to content

Commit 05c8876

Browse files
committed
Fix tests to pass with yuglify 1.0.x
1 parent 72c1b67 commit 05c8876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cssmin": "latest",
2222
"google-closure-compiler": "latest",
2323
"uglify-js": "latest",
24-
"yuglify": "latest",
24+
"yuglify": "1.0.x",
2525
"yuicompressor": "latest"
2626
}
2727
}

tests/assets/compressors/yuglify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(function(){(function(){window.concat=function(){console.log(arguments)}})(),function(){window.cat=function(){console.log("hello world")}}()}).call(this);
1+
(function(){!function(){window.concat=function(){console.log(arguments)}}(),function(){window.cat=function(){console.log("hello world")}}()}).call(this);

0 commit comments

Comments
 (0)