We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e296190 commit 4de4be4Copy full SHA for 4de4be4
Gruntfile.js
@@ -4,8 +4,8 @@ module.exports = function( grunt ) {
4
5
var distpaths = [
6
"dist/jquery.js",
7
- "dist/jquery.min.js",
8
- "dist/jquery.min.map"
+ "dist/jquery.min.map",
+ "dist/jquery.min.js"
9
],
10
readOptionalJSON = function( filepath ) {
11
var data = {};
0 commit comments