Project

General

Profile

Actions

Feature #48793

closed

Add javascriptLibs to contatenated javascript

Added by Simon Schick almost 11 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
TypoScript
Target version:
Start date:
2013-06-03
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

I tried to minify the amount of javascript-files directly included in my website and discovered, that if I add jQuery, using the following TypoScirpt, it is not concatenated together with the other javascript files:

    javascriptLibs {
        jQuery = 1
        jQuery {
            version = 1.8.2
            noConflict = 0
        }
    }

For me, this should be concatenated, because it's a local file.

Currently I work around this issue by manually including the js-file in the includeJS array.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #33843: ConcatenateJs and concatenateCss and forceOnTopClosed2012-02-10

Actions
Actions

Also available in: Atom PDF