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 #1

Updated by Ernesto Baschny over 10 years ago

  • Category set to TypoScript
Actions #2

Updated by Mathias Schreiber over 9 years ago

  • Target version changed from 6.2.0 to 7.2 (Frontend)
Actions #3

Updated by Mathias Schreiber about 9 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF