NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: David on April 08, 2010, 10:36:00 AM

Title: Web/ folder cleanup
Post by: David on April 08, 2010, 10:36:00 AM
With NT5 PR11 there are 2 image folders:
web\images
web\styles\images

It looks like jQuery uses web\styles\images,  so can I delete the stock images out of  web\images?

Thank you,
David
Title: Re: Web/ folder cleanup
Post by: kevin plummer on April 08, 2010, 03:16:26 PM
no you want to keep that for your own images.
Title: Re: Web/ folder cleanup
Post by: Bruce on April 08, 2010, 10:08:54 PM
yeah, kevin is right - the \web\images folder is there for your images.
You can however remove any images from there that your app is not using. (although I guess they'd just come back with the next web folder update.)

If you really want to clean it out, make a BAT file that deletes all the ones you don't use. Then you can run the Bat file after every update.

Cheers
Bruce