Re: [appfuse-user] Jetty does not pick up changes made in css files

2007-10-08 Thread Allan Ang
:) how could i miss this! Thanks a million Matt! mraible wrote: > > You might try "touching" your files to ensure they have a more recent > timestamp. If that doesn't work - it could be that the CSS is cached > by your browser. Clearing your cache or Shift+Reload should fix this. > > Matt >

Re: [appfuse-user] Jetty does not pick up changes made in css files

2007-10-08 Thread Matt Raible
You might try "touching" your files to ensure they have a more recent timestamp. If that doesn't work - it could be that the CSS is cached by your browser. Clearing your cache or Shift+Reload should fix this. Matt On 10/8/07, Allan Ang <[EMAIL PROTECTED]> wrote: > > Im presently giving Appfuse 2

[appfuse-user] Jetty does not pick up changes made in css files

2007-10-08 Thread Allan Ang
Im presently giving Appfuse 2 (Struts 2 - modular) a go I want to change some properties in the skins. I copied out the relevant css files from the appfuse styles folder into my project,edited the css file and then run mvn:jetty:run-war but the changes are not reflected when viewed using the brow