Skip to content

Commit 4de4be4

Browse files
committed
Put .min.js file at the end so compare_size will work.
1 parent e296190 commit 4de4be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module.exports = function( grunt ) {
44

55
var distpaths = [
66
"dist/jquery.js",
7-
"dist/jquery.min.js",
8-
"dist/jquery.min.map"
7+
"dist/jquery.min.map",
8+
"dist/jquery.min.js"
99
],
1010
readOptionalJSON = function( filepath ) {
1111
var data = {};

0 commit comments

Comments
 (0)