Ticket #6209 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Allow setting conditional comment directive options in build profiles

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

Description

Right now you can set any build option known to buildUtil.js inside your build profile as part of the dependencies object. However, this approach does not work for things that are not known to buildUtil.js, like special flags used for the conditional build directives (the //>> comments).

Fix it so this is possible. This should make #6207 easier too.

Change History

Changed 8 months ago by jburke

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

(In [13081]) Fixes #6209 and Refs #6207. Allow conditional directive options to be set inside build profiles. This allows the offline profile to work better. !strict for redeclaration warnings.

Changed 8 months ago by jburke

(In [13082]) Fixes #6209 and Refs #6207. Allow conditional directive options to be set inside build profiles. This allows the offline profile to work better.

Note: See TracTickets for help on using tickets.