Skip to content
Permalink
Browse files
Put .min.js file at the end so compare_size will work.
  • Loading branch information
dmethvin committed Dec 23, 2012
1 parent e296190 commit 4de4be4
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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 = {};

0 comments on commit 4de4be4

Please sign in to comment.