Title:
Bug 76827:(Watson Migration Closure)Much like 76826 allows you to manage, reduce, compress and minify JavaScript files, CFSTYLESHEET does the same for CSS files
| View in TrackerStatus/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): Brian J Meloche / Brian Meloche (Brian J Meloche)
Created: 04/24/2009
Components: AJAX, UI Components
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 6
Problem:
Much like 76826 allows you to manage, reduce, compress and minify JavaScript files, CFSTYLESHEET does the same for CSS files.
OpenBM has announced the CFSTYLESHEET tag for its upcoming 1.0.2 release, and I want it! Much like CFJAVASCRIPT, CFSTYLESHEET would perform a number of functions to reduce load and server bandwidth, it also offers an overall faster browser experience on the client.
Join up multiple CSS files, and optimize the resulting CSS.
Create your easy to read and maintain CSS as verbose as you want, and with CFSTYLESHEET you deliver a compressed and minified CSS to the client. By combining multiple CSS files to a single HTTP request also speeds up the user experience.
From the Open BD wiki:
http://wiki.openbluedragon.org/wiki/index.php/CFSTYLESHEET
The syntax they propose is as follows:
<cfstylesheet src="" minimize="">
src (required): Either a single path or a CFML array of paths's to different CSS files. All relative to the document root (or specify HREF as the source of your CSS).
minimize (optional, default true): Turn on or off the CSS minimizer.
media (optional, default all): Control the media type of the resulting LINK tag
path (optional): Stylesheets need to come from a given location to ensure all internal links operate correctly
This is targeted for OpenBD 1.0.2 and I want to see it in ColdFusion ASAP.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3038324
External Customer Info:
External Company:
External Customer Name: Brian Meloche
External Customer Email: 04C7536843D1BE67992015D5
External Test Config: 04/24/2009
Attachments:
Comments: