![]() |
|
|
Combine.cfc
Project Home • External Project Link • Contact Project
Author: Joe Roberts (All RIAForge projects by this author) Description:
This project is hosted on Google Code:
http://combine-cfc.googlecode.com Combine.CFC ----------- Combine multiple javascript or CSS files into a single, compressed, HTTP request. Allows you to change this: <script src='file1.js' type='text/javascript'></script> <script src='file2.js' type='text/javascript'></script> <script src='file3.js' type='text/javascript'></script> To this: <script src='combine.cfm?files=file1.js,file2.js,file3.js' type='text/javascript'></script> ...combining and compressing multiple javascript or css files into one http request. |
||||||||||||||||||||||||||||||||
Adobe and the Adobe product names are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.