Login / Status
Go to:
typo3.com Home
TYPO3 Association Home
typo3.org Home
Certification
FLOW3
Bugtracker
Forge (Development Platform)
News
Buzz (TYPO3 Blogs)
Wiki
Mailing lists
TYPO3 Snippets
Search:
About
News
Community
Teams
Development
Extensions
Documentation
Download
Donate
Contact
Home
.
Documentation
.
Document Library
. Extension Manuals
Documentation
Document Library
Tutorials
Installation
Core Documentation
Extension Manuals
Wiki
API
Videos
Other resources
Mailing Lists
Sponsors
JS/CSS - Merger and Minimizer
Copyright © by
Dirk Rudolph (T-Systems Multimedia Solutions GmbH)
<
Dirk.Rudolph@
no spam please
t-systems-mms.com
>
Published under the Open Content License available from
http://www.opencontent.org/opl.shtml
Table Of Contents
1.
JS/CSS - Merger and Minimizer
1.1.
Introduction
What does it do?
Features
Requirements
1.2.
Configuration
General Settings
File name prefixes
Regular expressions
Paths and used class names
1.3.
Building own compressor classes
The tx_compressor interface
General implementation
1.4.
Known Issues
Powermail
In some cases it is possible, that the use of this extension is the reason of some javascript errors. In this case please check that the merged javascript file is included befor the files of the extension. In general it is important to add the merged file as closed as possible to your own page content. For example take the extension powermail. This extension adds the files befor 13487 at the page object. So the file causes errors because it uses the prototype api that should be included in the merged file.
To change the position where the merged file is included. Edit the last line of the ext_localconf.php
1.5.
Example
This document is related to version 1.0.2 of the extension load_optimization.