Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "scriptmerger".
*
* Auto generated 02-02-2016 16:19
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'CSS/Javascript Minificator, Compressor And Concatenator',
'description' => 'This extension minimizes the http requests by concatenating your css and javascript. Furthermore the result can be minified and compressed. This whole process is highly configurable and is partly based on the "minify", "jsminplus" and "jsmin" projects.',
'category' => 'fe',
'version' => '5.0.1',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => 'typo3temp/scriptmerger/',
'clearcacheonload' => false,
'author' => 'Stefan Galinski',
'author_email' => 'stefan@sgalinski.de',
'author_company' => '',
'constraints' =>
array (
'depends' =>
array (
'php' => '5.3.0-5.6.99',
'typo3' => '6.2.0-7.6.99',
),
'conflicts' =>
array (
'speedy' => '',
'queo_speedup' => '',
'js_css_optimizer' => '',
'minify' => '',
),
'suggests' =>
array (
),
),
);