Opened 12 years ago
Closed 12 years ago
#7647 closed defect (fixed)
Copyright files are not applied if you do not use optimize= build option
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | BuildSystem | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See build.js, _optimizeReleaseDirs, the if(kwArgs.optimize) block: buildUtil.optimizeJsDir will apply copyrights, but if you choose to not optimize non-layer files, you do not get the copyright.
Note: See
TracTickets for help on using
tickets.
(In [15247]) Fixes #7647. Copyrights were not applied in the non-optimized case. \!strict