Ticket #2606 (closed defect: fixed)
build process does not strip dojo.requireIf statements
| Reported by: | jburke | Owned by: | jburke |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | BuildSystem | Version: | 0.4.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This happens in 0.4.2.
Steps to reproduce: - Build dojo using the buildscripts/profiles/charting.profile.js profile. - After the build is done, open tests/charting/test_engine.html - Look at the Firebug console. You will see some requests for some svg modules, but they are already included in dojo.js.
The build process should be removing dojo.requireIf() calls if the module that is referenced by the dojo.requireIf() call is in the built dojo.js.
Change History
Note: See
TracTickets for help on using
tickets.