File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Some example modules that can be excluded are:
9494- ** exports/global** : Exclude the attachment of global jQuery variables ($ and jQuery) to the window.
9595- ** exports/amd** : Exclude the AMD definition.
9696
97- Removing sizzle is not supported on the 1.x branch.
97+ Removing Sizzle is not supported on the ` compat ` branch.
9898
9999The build process shows a message for each dependent module it excludes or includes.
100100
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ module.exports = function( grunt ) {
160160 if ( exclude ) {
161161 // Can't exclude sizzle on this branch
162162 if ( module === "sizzle" ) {
163- grunt . log . error ( "Sizzle cannot be excluded on the 1.x branch." ) ;
163+ grunt . log . error ( "Sizzle cannot be excluded on the compat branch." ) ;
164164
165165 // Can't exclude certain modules
166166 } else if ( minimum . indexOf ( module ) === - 1 ) {
You can’t perform that action at this time.
0 commit comments