Opened 10 years ago
Closed 10 years ago
#12232 closed defect (wontfix)
build process does not include dependencies or fails
Reported by: | Daniel Stefaniuk | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | BuildSystem | Version: | 1.6.0b1 |
Keywords: | build system single quotas | Cc: | Kris Zyp |
Blocked By: | Blocking: |
Description
The build system does not include dependencies if the first argument of define function is enclosed in single quotes.
define('ns/clazz1', ["dojo","dijit","ns/clazz2"], function(dojo, dijit) { return ns.clazz1; });
A build process will fail if loaded dependency contains a call to define function with enclosed the first argument in single quotes.
define('ns/clazz2', ["dojo","dijit"], function(dojo, dijit) { return ns.clazz2; });
Change History (3)
comment:1 Changed 10 years ago by
Owner: | changed from James Burke to Rawld Gill |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
comment:3 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
No further changes will be made to the 1.6- build system. The v1.7 build system includes native support for amd modules.