Skip to content

Commit

Permalink
Put .min.js file at the end so compare_size will work.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Dec 23, 2012
1 parent e296190 commit 4de4be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -4,8 +4,8 @@ module.exports = function( grunt ) {


var distpaths = [ var distpaths = [
"dist/jquery.js", "dist/jquery.js",
"dist/jquery.min.js", "dist/jquery.min.map",
"dist/jquery.min.map" "dist/jquery.min.js"
], ],
readOptionalJSON = function( filepath ) { readOptionalJSON = function( filepath ) {
var data = {}; var data = {};
Expand Down

0 comments on commit 4de4be4

Please sign in to comment.