diff --git a/Gruntfile.js b/Gruntfile.js index 8c9e76408..ea51d180a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 = {};