Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita503c69

Browse files
authored
Build: Explicitly exclude the queue module from the slim build
The queue module is not present in the slim build as it depends on deferredand our Gruntfile specifies excluding deferred should also exclude queue:https://github.com/jquery/jquery/blob/3.5.1/Gruntfile.js#L66This commit makes this exclusion explicit so that the queue module neveraccidentally gets re-included in the slim build if it stopped importing fromthe deferred module directly.Closesgh-4793
1 parente35fb62 commita503c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎build/tasks/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = function( grunt ) {
6060
constdone=this.async();
6161

6262
try{
63-
constslimFlags=["-ajax","-callbacks","-deferred","-effects"];
63+
constslimFlags=["-ajax","-callbacks","-deferred","-effects","-queue"];
6464
constflags=this.flags;
6565
constoptIn=flags["*"];
6666
letname=grunt.option("filename");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp