PHP file that will concatenate & minify JavaScript files depending on their file-modification dates.
The cached.js.php file will compare the modified time of the source files, compare it to the modified time of the output file, and it will concatenate & minify the files as necessary.
- Update the file paths in
js/cached-js.php - Upload
js/cached-js.php&js/JSmin.phpto the server. - Add the script tag to your HTML page.
<script src="path/to/js/cached-js.php"></script>
JavaScript minification done with https://github.com/rgrove/jsmin-php