]> source.dussan.org Git - jquery.git/commitdiff
Build: Keep deprecated module in slim
authorTimmy Willison <4timmywil@gmail.com>
Mon, 6 Feb 2017 16:50:15 +0000 (11:50 -0500)
committerTimmy Willison <4timmywil@gmail.com>
Mon, 13 Feb 2017 15:53:04 +0000 (10:53 -0500)
Fixes gh-3237
Close gh-3533

build/release.js

index 22cd90c867d036a06108c1456116cc04e1e418aa..56ad48d1bce232e6602c80c34bd506d3a95d36fa 100644 (file)
@@ -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"
                        );