minHead
CSS Style Sheet:
- orders css inclusions in html output by user defined criteria(forward and backwards)
- unifies multiple css files in one big file
- minifies css output
- excludes user defined list of files
Javascript:
- if configured, includes one user defined version of jQuery library(curl-ed down from CDN) and removes any other occurrences, to make sure you do not have multiple libraries
- orders js inclusions in html output by user defined criteria(forward and backwards)
- unifies multiple js files in one big file
- minifies js output
- excludes user defined list of files
- allows to place js inclusions "in head" or "at end of body"
Html:
- minifies html content