From 0588d0ce35458eccaa6a19f6350988d34496a31d Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Mon, 6 Feb 2017 11:50:15 -0500 Subject: [PATCH] Build: Keep deprecated module in slim Fixes gh-3237 Close gh-3533 --- build/release.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/release.js b/build/release.js index 22cd90c86..56ad48d1b 100644 --- a/build/release.js +++ b/build/release.js @@ -49,7 +49,7 @@ module.exports = function( Release ) { generateArtifacts: function( callback ) { Release.exec( "grunt", "Grunt command failed" ); Release.exec( - "grunt custom:-ajax,-effects,-deprecated --filename=jquery.slim.js && " + + "grunt custom:-ajax,-effects --filename=jquery.slim.js && " + "grunt remove_map_comment --filename=jquery.slim.js", "Grunt custom failed" ); -- 2.39.5