Permalink
Browse files
Build: Keep deprecated module in slim
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
build/release.js
|
|
@@ -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" |
|
|
); |
|
|
|