Login

    Register

PROJECT CATEGORIES

 

Combine.cfc
Project Home External Project Link Contact Project

Author: Joe Roberts (All RIAForge projects by this author)
Last Updated: October 13, 2009 4:16 AM
Version: 0.1.17b
Views: 7,661
Downloads: 785
Demo URL: http://www.bridgemanartondemand.com/
License: Apache License, Version 2

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.