Skip to content

Commit 0588d0c

Browse files
committedFeb 13, 2017
Build: Keep deprecated module in slim
Fixes gh-3237 Close gh-3533
1 parent 3e3b09d commit 0588d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = function( Release ) {
4949
generateArtifacts: function( callback ) {
5050
Release.exec( "grunt", "Grunt command failed" );
5151
Release.exec(
52-
"grunt custom:-ajax,-effects,-deprecated --filename=jquery.slim.js && " +
52+
"grunt custom:-ajax,-effects --filename=jquery.slim.js && " +
5353
"grunt remove_map_comment --filename=jquery.slim.js",
5454
"Grunt custom failed"
5555
);

0 commit comments

Comments
 (0)