Ticket #5182 (closed defect: fixed)

Opened 12 months ago

Last modified 10 months ago

The build system //>> directives should be run before dojo.require dependency mapping.

Reported by: jburke Owned by: jburke
Priority: normal Milestone: 1.1
Component: BuildSystem Version: 0.9
Severity: normal Keywords:
Cc:

Description

The //>> should be processed before mapping the dojo.require dependency mappings, to allow excluding some dojo.require() calls using the //>> directives.

Suggestion comes from this thread: http://www.dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-development-discussion/proposal-slimming-down-dojo-base

Change History

Changed 10 months ago by jburke

  • status changed from new to closed
  • resolution set to fixed

(In [12269]) Fixes #5182. Run processConditionals before dependency mapping. Allows ability to exclude dojo.require statements. !strict

Note: See TracTickets for help on using tickets.