$options |
array |
noMinPattern : Pattern matched against basename of the filepath (if present). If the pattern
matches, Minify will try to avoid re-compressing the resource.
fileChecker : Callable responsible for verifying the existence of the file.
resolveDocRoot : If true, a leading "//" will be replaced with the document root.
checkAllowDirs : If true, the filepath will be verified to be within one of the directories
specified by allowDirs.
allowDirs : Directory paths in which sources can be served.
uploaderHoursBehind : How many hours behind are the file modification times of uploaded files?
If you upload files from Windows to a non-Windows server, Windows may report
incorrect mtimes for the files. Immediately after modifying and uploading a
file, use the touch command to update the mtime on the server. If the mtime
jumps ahead by a number of hours, set this variable to that number. If the mtime
moves back, this should not be needed. |