]> source.dussan.org Git - jquery.git/commitdiff
Put .min.js file at the end so compare_size will work.
authorDave Methvin <dave.methvin@gmail.com>
Sun, 23 Dec 2012 19:45:49 +0000 (14:45 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Sun, 23 Dec 2012 19:45:49 +0000 (14:45 -0500)
Gruntfile.js

index 8c9e76408131efed2e45c7be0c9e085b278c8723..ea51d180a81dae722d90e916f7b851bb673e8b29 100644 (file)
@@ -4,8 +4,8 @@ module.exports = function( grunt ) {
 
        var distpaths = [
                        "dist/jquery.js",
-                       "dist/jquery.min.js",
-                       "dist/jquery.min.map"
+                       "dist/jquery.min.map",
+                       "dist/jquery.min.js"
                ],
                readOptionalJSON = function( filepath ) {
                        var data = {};