Build: Keep deprecated module in slim

Fixes gh-3237
Close gh-3533
This commit is contained in:
Timmy Willison 2017-02-06 11:50:15 -05:00
parent 3e3b09d68d
commit 0588d0ce35
No known key found for this signature in database
GPG Key ID: 5F0C8B73EF56CE6F

View 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"
);