Opened 15 years ago
Closed 14 years ago
#1197 closed defect (fixed)
Make avoidCache a global setting for templateCssPath ?
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi All,
It seems that widget templateCssPath files are cached client-side, which is great, but when developing custom widgets and trying to test CSS changes, I have to restart my (Firefox 1.5.0.5) browser to see the changes. Is there any chance there could be a global setting for avoidCache that overrides the DomWidget? one to make testing easier ?
Cheers, Andrew.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → 0.5 |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
dojo doesn't load the CSS from Javascript anymore as of 0.9. It's included directly in the page with style tags.