Put .min.js file at the end so compare_size will work.

This commit is contained in:
Dave Methvin 2012-12-23 14:45:49 -05:00
parent e29619031b
commit 4de4be42f6

View 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 = {};