PHP smart client loader
Package:
Summary:
Compact CSS and JavaScript served by HTML pages
Groups:
Author:
Description:
This class can be used to compact CSS and JavaScript served by HTML pages.
It can compact CSS styles by removing comments and whitespaces. It can also do the same for JavaScript calling the JSMin class.
The class can also combine multiple CSS files or multiple JavaScript file into a single file.
The resulting CSS or JavaScript can be cached on the server side files.
The class can generate the necessary HTML to use the resulting CSS and JavaScript in the current page.
It can compact CSS styles by removing comments and whitespaces. It can also do the same for JavaScript calling the JSMin class.
The class can also combine multiple CSS files or multiple JavaScript file into a single file.
The resulting CSS or JavaScript can be cached on the server side files.
The class can generate the necessary HTML to use the resulting CSS and JavaScript in the current page.
Comments are closed.