mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Put .min.js file at the end so compare_size will work.
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user