jquery/build/tasks
Michał Gołębiowski-Owczarek a503c691dc
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
2020-09-28 18:33:33 +02:00
..
lib Build: Fix the Windows build 2019-12-02 19:55:19 +01:00
amd.js Build: Followups after introducing ES modules compiled via Rollup 2020-05-05 14:30:14 +02:00
build.js Build: Explicitly exclude the queue module from the slim build 2020-09-28 18:33:33 +02:00
dist.js Build: Require strict mode in Node.js scripts via ESLint 2019-10-09 00:17:55 +02:00
node_smoke_tests.js Build:Tests: Fix custom build tests, verify on Travis 2020-01-07 23:59:08 +01:00
promises_aplus_tests.js Build: Make Promises/A+ tests use the dot reporter instead of the default 2019-03-11 16:06:17 +01:00
qunit_fixture.js Build: Require strict mode in Node.js scripts via ESLint 2019-10-09 00:17:55 +02:00
sourcemap.js Build: Require strict mode in Node.js scripts via ESLint 2019-10-09 00:17:55 +02:00
testswarm.js Build: Require strict mode in Node.js scripts via ESLint 2019-10-09 00:17:55 +02:00