mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Build: Keep deprecated module in slim
Fixes gh-3237 Close gh-3533
This commit is contained in:
parent
3e3b09d68d
commit
0588d0ce35
@ -49,7 +49,7 @@ module.exports = function( Release ) {
|
|||||||
generateArtifacts: function( callback ) {
|
generateArtifacts: function( callback ) {
|
||||||
Release.exec( "grunt", "Grunt command failed" );
|
Release.exec( "grunt", "Grunt command failed" );
|
||||||
Release.exec(
|
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 remove_map_comment --filename=jquery.slim.js",
|
||||||
"Grunt custom failed"
|
"Grunt custom failed"
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user