Opened 14 years ago
Closed 14 years ago
#6180 closed defect (fixed)
Process conditional build directives for regular module files
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | BuildSystem | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Right now the conditional build directives (>> lines) are only processed for layer files. Also need to do a sweep over regular module files that are not in layers. This may slow down the build though a bit. Need to consider that, and consider the feedback I got from Kamiyama-san: maybe we can do it in the addGuards functionality, since the special conditional for loader.js will still work since that file is loaded from the dojo source and not from the release directory.
Change History (2)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [13062]) Fixes #6180: build conditionals now processed on regular module files. There is a slight impact on build time, but does not seem too bad, and we gain consistency. !strict for redeclarations