#1291 closed defect (fixed)
xdomain loading fails to intern templates that use dojo.uri.nsUri()
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The build process python script is not looking for dojo.uri.nsUri() for widget templatePath and templateCssPath interning. To get it to work, consider doing:
- parse the x.profile.js file for dependency prefixes.
- Use those module/path mappings to help parse the dojo.uri.nsUri() usages.
Talk to Bryan Forbes for Python code to parse x.profile.js files.
Note: See
TracTickets for help on using
tickets.
(In [6180]) Fixes #1291. Now moduleUri template paths can be interned into custom built dojo.js. I also updated the external_widget_example_foo.zip file to have it use moduleUris for a CSS and HTML template, so I could test.