mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Put .min.js file at the end so compare_size will work.
This commit is contained in:
parent
e29619031b
commit
4de4be42f6
@ -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 = {};
|
||||
|
Loading…
Reference in New Issue
Block a user