Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Note
iconfalse

This manual area is for discussion documentation of how to develop uPortal themes and skins (still in a "manual style"). It was specifically created . More open-ended discussion can and should continue outside the manual. The relationship between the more formal manual area and the less formal open ended sharing of other wiki areas is still being worked out. This page was initially created specifically as a place to document how to turn off the caching, but there's more to be documented.

...

Set this property to "off" to disable stylesheet caching.

Disabling CSS Caching

Comment the following section in your web.xml file:

Code Block

<filter-mapping>
       <filter-name>pageCachingFilter</filter-name>
       <url-pattern>*.js</url-pattern>
       <url-pattern>*.css</url-pattern>
</filter-mapping>