Ticket #4328 (new enhancement)
djConfig support for dojo.require url versioning
| Reported by: | guest | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | General | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by dylan) (diff)
When a new verion of dojo is required, it is wise to force a client to retrieve the new javascript from the server, bypassing the client side cache. To this end, it would useful to have a setting in djConfig (e.g. djConfig.version) such that all dojo.require statements would append this value to each request:
djConfig = { .. version=1.23 .. }
=>
"../dojo/event.js?1.23"
Change History
Note: See
TracTickets for help on using
tickets.