Opened 9 years ago
Closed 9 years ago
#14873 closed defect (fixed)
Including dijit in a build using --package doesn't work
Reported by: | scorgatelli | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | BuildSystem | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Trying to build a custom package that has dependencies on dijit fails. The dijit dependencies cannot be found. For example:
build.sh -r --package [path to custom package],../../dojo,../../dijit --profile [path to profile]
Results in a lot of Missing dependency errors from dijit. The dijit/package.json file is missing the directories configuration. When I apply the attached patch the build works fine.
Attachments (1)
Change History (3)
Changed 9 years ago by
Attachment: | dijit.patch added |
---|
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In [28320]: