mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 01:36:16 -05:00
Build: Keep deprecated module in slim
Fixes gh-3237 Close gh-3533
This commit is contained in:
@@ -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"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user