aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-12-23 14:45:49 -0500
committerDave Methvin <dave.methvin@gmail.com>2012-12-23 14:45:49 -0500
commit4de4be42f6327c4f3d833191caf6ee9caa89c852 (patch)
tree8f578c2502554ca418c6019ff3b180c2f0c95e37 /Gruntfile.js
parente29619031bd28bb1185316d8b2dc4b00a5809ed6 (diff)
downloadjquery-4de4be42f6327c4f3d833191caf6ee9caa89c852.tar.gz
jquery-4de4be42f6327c4f3d833191caf6ee9caa89c852.zip
Put .min.js file at the end so compare_size will work.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 8c9e76408..ea51d180a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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 = {};