1
0
mirror of https://github.com/mrclay/minify.git synced 2025-05-15 16:25:17 +02:00

Update CommonProblems.wiki.md

This commit is contained in:
Steve Clay 2015-09-22 13:16:36 -04:00
parent 44e35e69c3
commit d71b11ec98

@ -53,7 +53,7 @@ Scriptaculous 1.8.2 (and probably all 1.x) has an [autoloader script](http://git
If you upload files using [Coda or Transmit](http://groups.google.com/group/coda-users/browse_thread/thread/572d2dc315ec02e7/) or from a Windows PC to a non-Windows server, your new files may end up with the wrong `mtime` (timestamp) on the server, confusing the cache system.
Setting the [$min\_uploaderHoursBehind option](http://code.google.com/p/minify/source/browse/tags/release_2.1.3/min/config.php#129) in `config.php` can compensate for this.
Setting the [$min\_uploaderHoursBehind option](https://github.com/mrclay/minify/blob/master/min/config.php#L171) in `config.php` can compensate for this.
WinSCP has a [Daylight Saving Time option](http://winscp.net/eng/docs/ui_login_environment#daylight_saving_time) that can prevent this issue.
@ -126,4 +126,4 @@ This may also appear as "Virtual Directory does not allow contents to be listed"
## See Also
* [Debugging](Debugging.md)
* [Debugging](Debugging.md)