Opened 13 years ago
Closed 13 years ago
#4866 closed defect (fixed)
Using single quotes with dojo.require calls causes build problems
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | BuildSystem | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Specifically, the require calls do not get stripped out. Problem is in buildUtil.createLayerContents, with this regexp:
depRegExpString += '("' + provideList[i] + '")';
Note: See
TracTickets for help on using
tickets.
(In [11244]) Fixes #4866. Allow single quotes in dojo.require calls to be found for build optimizations.