We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3b09d commit 0588d0cCopy full SHA for 0588d0c
build/release.js
@@ -49,7 +49,7 @@ module.exports = function( Release ) {
49
generateArtifacts: function( callback ) {
50
Release.exec( "grunt", "Grunt command failed" );
51
Release.exec(
52
- "grunt custom:-ajax,-effects,-deprecated --filename=jquery.slim.js && " +
+ "grunt custom:-ajax,-effects --filename=jquery.slim.js && " +
53
"grunt remove_map_comment --filename=jquery.slim.js",
54
"Grunt custom failed"
55
);
0 commit comments