]> source.dussan.org Git - jquery.git/commit
Build: Explicitly exclude the queue module from the slim build
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 28 Sep 2020 16:33:33 +0000 (18:33 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Sep 2020 16:33:33 +0000 (18:33 +0200)
commita503c691dc06c59acdafef6e54eca2613c6e4032
treef8aa7354ea5bf128c87a58ac0d46d195b0153e1c
parente35fb62db4fb46f031056bb53e393982c03972a1
Build: Explicitly exclude the queue module from the slim build

The queue module is not present in the slim build as it depends on deferred
and our Gruntfile specifies excluding deferred should also exclude queue:
https://github.com/jquery/jquery/blob/3.5.1/Gruntfile.js#L66
This commit makes this exclusion explicit so that the queue module never
accidentally gets re-included in the slim build if it stopped importing from
the deferred module directly.

Closes gh-4793
build/tasks/build.js